forgot return

This commit is contained in:
Supositware 2019-02-09 01:37:34 +01:00
parent f751aaf61d
commit b0fc759f5f

View file

@ -15,7 +15,7 @@ class unownedCommand extends Command {
async exec(message) {
if (message.author.id == '267065637183029248') {
message.channel.send('You have been sucessfully unowned');
return message.channel.send('You have been sucessfully unowned');
}
message.channel.send('You can\'t unown what has already been owned <:classictroll:488559136494321703>');
}