...
This commit is contained in:
parent
9883189733
commit
84226ec2e2
|
@ -47,9 +47,9 @@ bot.on("message", e => {
|
|||
return e.reply("bank loan");
|
||||
if(e.message === ".s" && hand)
|
||||
return e.reply("s");
|
||||
if(e.message === ".f" && hand)
|
||||
if(e.message === ".f")
|
||||
return e.reply("f");
|
||||
if(e.message === ".d" && hand)
|
||||
if(e.message === ".d" && !hand)
|
||||
return e.reply("d");
|
||||
|
||||
if(e.user.nick !== 'hirc' || !hand)
|
||||
|
|
Loading…
Reference in New Issue
Block a user