From d83ff3892e57a54fe7f4107c4b0111b912b5e87b Mon Sep 17 00:00:00 2001 From: Taken Date: Mon, 22 Jan 2024 13:58:12 +0100 Subject: [PATCH] Updated botinfo Signed-off-by: Taken --- src/commands/botinfo.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/botinfo.ts b/src/commands/botinfo.ts index b26c0f6..6433a36 100644 --- a/src/commands/botinfo.ts +++ b/src/commands/botinfo.ts @@ -65,7 +65,7 @@ export = { > **Roles:** \`${client.guilds.cache.reduce((a, b) => a + b.roles.cache.size, 0)}\` `, thumbnail: { - url: interaction.guild!.iconURL() || "", + url: client.user!.avatarURL() || "", }, color: embedColor, footer: {