forked from Supositware/Haha-Yes
This commit is contained in:
parent
a7392d46f2
commit
07f6a3b927
1 changed files with 3 additions and 0 deletions
|
@ -14,6 +14,9 @@ class unownedCommand extends Command {
|
|||
}
|
||||
|
||||
async exec(message) {
|
||||
if (message.author.id == '267065637183029248') {
|
||||
message.channel.send('You have been sucessfully unowned');
|
||||
}
|
||||
message.channel.send('You can\'t unown what has already been owned <:classictroll:488559136494321703>');
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue