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: {