Add servericon command
This commit is contained in:
parent
f49a3c7bf5
commit
32dbcd062e
1 changed files with 7 additions and 0 deletions
7
commands/info/servericon.js
Normal file
7
commands/info/servericon.js
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
module.exports = {
|
||||||
|
name = "servericon",
|
||||||
|
description = "Send the server icon",
|
||||||
|
execute({message, client}){
|
||||||
|
message.channel.send(client.user.avatarURL({ dynamic: true, size: 4096 }))
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue