📽️ Added the !addshow command

This commit is contained in:
NikolajDanger
2021-01-31 20:50:49 +01:00
parent 86cc52ca0d
commit bf64fa3fec
7 changed files with 105 additions and 10 deletions

View File

@ -205,4 +205,6 @@ def emojiToCommand(emoji):
return "roll"
elif emoji == "":
return "none"
elif emoji == "✔️":
return 1
else: return ""