feat: Added the rewrite Appy review, also changed default color for darkmode to make it easier to see the containers. (#3021)

This commit is contained in:
8au
2023-05-05 23:00:38 +00:00
committed by GitHub
parent 37aa4198c2
commit 7081e87959
3 changed files with 26 additions and 4 deletions
+23 -2
View File
@@ -4,7 +4,6 @@ import {
ReviewsElementWrapper, ReviewsElementWrapper,
ReviewsHeader, ReviewsHeader,
ReviewsLeft, ReviewsLeft,
ReviewsOther,
ReviewsOtherContainer, ReviewsOtherContainer,
ReviewsRight, ReviewsRight,
ReviewsSection, ReviewsSection,
@@ -45,7 +44,7 @@ const reviewList: IReview[] = [
'https://cdn.discordapp.com/avatars/1032699319368814652/8abbc5911333d3df288ff962a2120d75.png', 'https://cdn.discordapp.com/avatars/1032699319368814652/8abbc5911333d3df288ff962a2120d75.png',
invite_url: invite_url:
'https://discord.com/oauth2/authorize?client_id=1032699319368814652&permissions=274877959232&scope=bot%20applications.commands', 'https://discord.com/oauth2/authorize?client_id=1032699319368814652&permissions=274877959232&scope=bot%20applications.commands',
guild_count: 41000, guild_count: 50000,
}, },
developer: { developer: {
username: '8au', username: '8au',
@@ -58,6 +57,28 @@ const reviewList: IReview[] = [
to: 614, to: 614,
}, },
}, },
{
review: `Before finding Discordeno, Appy was having daily outages and using significant amounts of memory due to the inefficient caching defaults of Disnake. Discordeno has provided an amazing developer experience and helped free up much of my system resources.`,
bot: {
username: 'Appy',
discriminator: '0756',
avatar:
'https://cdn.discordapp.com/avatars/853327905357561948/a394518e742643f05cc201249d3ae75e.png',
invite_url:
'https://discord.com/oauth2/authorize?client_id=853327905357561948&scope=bot&permissions=534925798592',
guild_count: 82000,
},
developer: {
username: '8au',
discriminator: '7840',
},
stars: 5,
previous_library: 'DISNAKE',
memory_improvement: {
from: 7800,
to: 3700,
},
},
{ {
review: `The library prioritizes the needs and opinions of its core users, and offers a straightforward yet highly customizable implementation. The Core Contributors bring their extensive experience in developing large-scale bots.`, review: `The library prioritizes the needs and opinions of its core users, and offers a straightforward yet highly customizable implementation. The Core Contributors bring their extensive experience in developing large-scale bots.`,
bot: { bot: {
+2 -2
View File
@@ -34,5 +34,5 @@
--ifm-navbar-background-color: #0f0f0f; --ifm-navbar-background-color: #0f0f0f;
--ifm-footer-color: #fff; --ifm-footer-color: #fff;
--ifm-footer-link-color: #cfcfcf; --ifm-footer-link-color: #cfcfcf;
--ifm-footer-background-color: #0c0c0c; --ifm-footer-background-color: #1c1c1c;
} }
+1
View File
@@ -20,6 +20,7 @@ export enum DiscordLibraries {
DISCORD_PHP = 'DiscordPHP', DISCORD_PHP = 'DiscordPHP',
JAVACORD = 'Javacord', JAVACORD = 'Javacord',
DISCORD_PY = 'discord.py', DISCORD_PY = 'discord.py',
DISNAKE = 'disnake',
SERENITY = 'serenity', SERENITY = 'serenity',
D_SHARP_PLUS = 'DSharpPlus', D_SHARP_PLUS = 'DSharpPlus',
DISCORD_DOT_NET = 'Discord.Net', DISCORD_DOT_NET = 'Discord.Net',