From 8362cada9eee0d3e31bbefcb68e31b5b5ba7d587 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Thu, 4 Jun 2020 10:48:21 -0400 Subject: [PATCH] Fix lint --- commands/edit-avatar/fire.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/edit-avatar/fire.js b/commands/edit-avatar/fire.js index 9f05f396..fe5b2eb5 100644 --- a/commands/edit-avatar/fire.js +++ b/commands/edit-avatar/fire.js @@ -34,7 +34,7 @@ module.exports = class FireCommand extends Command { prompt: 'Which user would you like to edit the avatar of?', type: 'user', default: msg => msg.author - }, + } ] }); }