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 - }, + } ] }); }