This commit is contained in:
Dragon Fire
2020-06-04 10:48:21 -04:00
parent a71728f70c
commit 8362cada9e
+1 -1
View File
@@ -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
},
}
]
});
}