🎞️ Added !addmovie command

This commit is contained in:
NikolajDanger
2021-01-31 18:31:23 +01:00
parent 10fb0f7f6e
commit 4cfd5af9da
12 changed files with 117 additions and 5 deletions

View File

@@ -203,4 +203,6 @@ def emojiToCommand(emoji):
return 7
elif emoji == "🎲":
return "roll"
elif emoji == "":
return "none"
else: return ""