diff --git a/structure/client/components/commands/information/Guild.js b/structure/client/components/commands/information/Guild.js index c40c54d..9a77328 100644 --- a/structure/client/components/commands/information/Guild.js +++ b/structure/client/components/commands/information/Guild.js @@ -92,6 +92,9 @@ class GuildCommand extends Command { ], thumbnail: { url: guild.iconURL() + }, + footer: { + text: `• Server ID: ${guild.id} • Shard ID: ${guild.shardID}` } };