From f4f205cf43e94eb3e5696d8a12bc7856af897219 Mon Sep 17 00:00:00 2001 From: Nix Krystik Date: Tue, 11 Aug 2026 19:52:19 +0800 Subject: [PATCH] (rewrite): About now uses the bot's avatar as the thumbnail. --- src/commands/utilities/about.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/commands/utilities/about.ts b/src/commands/utilities/about.ts index b41c93a..d04f0a5 100644 --- a/src/commands/utilities/about.ts +++ b/src/commands/utilities/about.ts @@ -33,7 +33,11 @@ class AboutCommand extends Command { { name: 'Terms of Use', value: 'https://e621.net/terms_of_use', inline: false }, { name: 'Privacy Policy', value: 'https://e621.net/static/privacy/discordbot', inline: false }, - ] + ], + + thumbnail: { + url: context.user.avatarURL + }, }] }); }