Skip to content

Commit 53775c4

Browse files
authored
Update fmk.py
fixed the issues
1 parent 1ddb640 commit 53775c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/fmk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ def load_fmk(bot):
1818
@hook.command("fmk", autohelp=False)
1919
def fmk(text, action):
2020
"""Fuck, Marry, Kill"""
21-
message((text.strip() if is_valid(text.strip()) else "") + random.choice(fmklist) + ", " + random.choice(out) + ", " + random.choice(out))
21+
message((text.strip() if text.strip() else "") + random.choice(fmklist) + ", " + random.choice(fmklist) + ", " + random.choice(fmklist))

0 commit comments

Comments
 (0)