Fix servericon command

This commit is contained in:
SileNce5k 2021-07-22 11:23:21 +02:00
parent f448c63801
commit 059785955f
No known key found for this signature in database
GPG key ID: C507260E7F2583AD

View file

@ -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 }))
}