From 8389c1dce091c058db48807b74052f0013adfcf1 Mon Sep 17 00:00:00 2001 From: LHCLYT Date: Mon, 1 May 2023 21:56:03 +0200 Subject: [PATCH] Add CactusFire to Community Feedback (#3017) * Add CactusFire to Community Feedback * Update website/src/components/home/reviews/index.tsx --------- Co-authored-by: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com> --- website/src/components/home/reviews/index.tsx | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/website/src/components/home/reviews/index.tsx b/website/src/components/home/reviews/index.tsx index 907e196d2..567dc4b7c 100644 --- a/website/src/components/home/reviews/index.tsx +++ b/website/src/components/home/reviews/index.tsx @@ -80,6 +80,28 @@ const reviewList: IReview[] = [ to: 11000, }, }, + { + review: `I think choosing discordeno is a very good option, we have been working with Discord.js for years, and yes... It's good, but for large scale bots... nothing better than discordeno. Besides its creator is very attentive, and gives us a hand whenever he can.`, + bot: { + username: 'CactusFire', + discriminator: '3759', + avatar: + 'https://cdn.discordapp.com/avatars/543567770579894272/ae83acadc61dcca989525d83e76a1783.webp?size=2048', + invite_url: + 'https://discord.com/oauth2/authorize?client_id=543567770579894272&permissions=8&scope=bot%20applications.commands', + guild_count: 259000, + }, + developer: { + username: 'LHCLYT', + discriminator: '3996', + }, + stars: 5, + previous_library: 'DISCORD_JS', + memory_improvement: { + from: 64000, + to: 9000, + }, + }, ] export default function DiscordenoReviews() {