forked from Supositware/Haha-Yes
added server icon as thumbnail
This commit is contained in:
parent
b302bdc4c4
commit
db59873db7
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ class ServerCommand extends Command {
|
|||
const addEmbed = new MessageEmbed()
|
||||
.setColor('#0099ff')
|
||||
.setTitle('Stats of the server')
|
||||
.setThumbnail(message.guild.iconURL())
|
||||
.setAuthor(message.author.username)
|
||||
.addField('Member', message.guild.memberCount, true)
|
||||
.addField('Numbers of channel', message.guild.channels.size, true)
|
||||
|
|
Loading…
Reference in a new issue