From fc76d7c73ae9ffec6be86fc7d9d9e8c9a14605ab Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Fri, 22 May 2020 20:36:26 -0400 Subject: Added more ALP exclusive logs & cleaning up code --- commands/avatarurl.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'commands/avatarurl.js') diff --git a/commands/avatarurl.js b/commands/avatarurl.js index 018bc7a..7f9c256 100644 --- a/commands/avatarurl.js +++ b/commands/avatarurl.js @@ -1,5 +1,5 @@ -/**************************************** - * +/** ************************************** + * * AvatarURL: Command for AleeBot * Copyright (C) 2017-2020 Alee Productions * @@ -15,12 +15,12 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . - * + * * *************************************/ module.exports.run = async (client, message) => { - message.reply(message.author.avatarURL); + message.reply(message.author.avatarURL); }; - + exports.conf = { aliases: [], guildOnly: false, -- cgit v1.2.3