(rewrite): About now uses the bot's avatar as the thumbnail.

This commit is contained in:
2026-08-11 19:52:19 +08:00
parent dfaeee78e8
commit f4f205cf43
+5 -1
View File
@@ -33,7 +33,11 @@ class AboutCommand extends Command<CommandClient> {
{ 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
},
}]
});
}