diff --git a/commands/info/servericon.js b/commands/info/servericon.js new file mode 100644 index 0000000..c55d90f --- /dev/null +++ b/commands/info/servericon.js @@ -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 })) + } +} \ No newline at end of file