diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-05-22 20:36:26 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-05-22 20:36:26 -0400 |
| commit | fc76d7c73ae9ffec6be86fc7d9d9e8c9a14605ab (patch) | |
| tree | 0f4930fd8655e550c974bc404b93149cf7eab4ac /commands/avatarurl.js | |
| parent | bbb982243b6564e526fb581f55946704cdf256a3 (diff) | |
| download | AleeBot-fc76d7c73ae9ffec6be86fc7d9d9e8c9a14605ab.tar.gz AleeBot-fc76d7c73ae9ffec6be86fc7d9d9e8c9a14605ab.tar.bz2 AleeBot-fc76d7c73ae9ffec6be86fc7d9d9e8c9a14605ab.zip | |
Added more ALP exclusive logs & cleaning up code
Diffstat (limited to 'commands/avatarurl.js')
| -rw-r--r-- | commands/avatarurl.js | 10 |
1 files changed, 5 insertions, 5 deletions
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 <http://www.gnu.org/licenses/>. - * + * * *************************************/ module.exports.run = async (client, message) => { - message.reply(message.author.avatarURL); + message.reply(message.author.avatarURL); }; - + exports.conf = { aliases: [], guildOnly: false, |
