forked from Supositware/Haha-Yes
fix typo
This commit is contained in:
parent
f943ac1c01
commit
ea51547717
1 changed files with 2 additions and 2 deletions
|
@ -28,9 +28,9 @@ class OwnedCommand extends Command {
|
|||
if (args.member) {
|
||||
|
||||
if (args.member.id == this.client.user.id) {
|
||||
return message.channel.send('You really thought you could own me?, pathethic...');
|
||||
return message.channel.send('You really thought you could own me?, pathetic...');
|
||||
} else if (args.member.id == ownerID) {
|
||||
return message.channel.send('You really thought you could own him?, pathethic...');
|
||||
return message.channel.send('You really thought you could own him?, pathetic...');
|
||||
}
|
||||
|
||||
if (ownedMessage == epicMessage[0]) {
|
||||
|
|
Loading…
Reference in a new issue