This commit is contained in:
2023-07-11 00:55:53 +02:00
parent 9883189733
commit 84226ec2e2

View File

@ -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)