diff --git a/commands/info/servericon.js b/commands/info/servericon.js index c55d90f..59de01b 100644 --- a/commands/info/servericon.js +++ b/commands/info/servericon.js @@ -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 })) }