Fix servericon command
This commit is contained in:
parent
f448c63801
commit
059785955f
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
module.exports = {
|
||||
name = "servericon",
|
||||
description = "Send the server icon",
|
||||
name: "servericon",
|
||||
description: "Send the server icon",
|
||||
execute({message, client}){
|
||||
message.channel.send(client.user.avatarURL({ dynamic: true, size: 4096 }))
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue