fix typo
This commit is contained in:
parent
658bcaf1f8
commit
b190f98713
1 changed files with 2 additions and 2 deletions
|
@ -28,9 +28,9 @@ class OwnedCommand extends Command {
|
||||||
if (args.member) {
|
if (args.member) {
|
||||||
|
|
||||||
if (args.member.id == this.client.user.id) {
|
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) {
|
} 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]) {
|
if (ownedMessage == epicMessage[0]) {
|
||||||
|
|
Loading…
Reference in a new issue