forked from Supositware/Haha-Yes
forgot a char
This commit is contained in:
parent
d58672f785
commit
4c67212e62
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ class fartpissCommand extends Command {
|
|||
|
||||
if (!args.member) {
|
||||
message.guild.members.get(message.author.id).setNickname('fart piss')
|
||||
.then(() => message.channel.send('sucessfully fart pissed on you <:youngtroll:488559163832795136'))
|
||||
.then(() => message.channel.send('sucessfully fart pissed on you <:youngtroll:488559163832795136>'))
|
||||
.catch(() => message.channel.send('Sorry i could not fart piss on you :('));
|
||||
}
|
||||
args.member.setNickname('fart piss')
|
||||
|
|
Loading…
Reference in a new issue