From c990bfbea762009aa6b5112572e99ebf011e3bff Mon Sep 17 00:00:00 2001 From: Thijs Date: Sat, 23 Sep 2023 21:47:32 -0700 Subject: [PATCH] feat: update stats 2 --- components/Projects.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/Projects.vue b/components/Projects.vue index 8bb776b..6d1641a 100644 --- a/components/Projects.vue +++ b/components/Projects.vue @@ -115,7 +115,7 @@ export default { link: 'https://truthordarebot.xyz', year: 'Oct 2021', description: - 'An open-source Discord bot that allows users to play Truth or Dare! Used more than 1M times per day in over 850,000 communities.', + 'An open-source Discord bot that allows users to connect over Truth or Dare! Used by over 1,000,000 online communities.', color: 'bg-indigo-500', }, { @@ -124,7 +124,7 @@ export default { link: 'https://channelbot.xyz', year: 'May 2018', description: - 'A Discord bot that helps users build and manage their online communities! Used in over 50,000 communities.', + 'A Discord bot that helps users build and manage their online communities! Used by over 50,000 online communities.', color: 'bg-blue-400', }, ],