This commit is contained in:
Flummi 2023-07-11 00:55:53 +02:00
parent 9883189733
commit 84226ec2e2
Signed by: Flummi
GPG Key ID: AA2AEF822A6F4817

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)