forked from Galactic/galactic-bot
move guild and shard id to footer
This commit is contained in:
parent
c1f7578cf3
commit
f1bf7dd705
@ -92,6 +92,9 @@ class GuildCommand extends Command {
|
||||
],
|
||||
thumbnail: {
|
||||
url: guild.iconURL()
|
||||
},
|
||||
footer: {
|
||||
text: `• Server ID: ${guild.id} • Shard ID: ${guild.shardID}`
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user