summaryrefslogtreecommitdiff
path: root/commands/avatarurl.js
blob: 6cc43131bda21a3d78855398ce3a8667d5839e1f (plain) (blame)
1
2
3
4
const Discord = require('discord.js');
exports.run = (client, message, args, config) => {
message.reply(message.author.avatarURL);
}