📽️ Added the !addshow command
This commit is contained in:
@ -205,4 +205,6 @@ def emojiToCommand(emoji):
|
||||
return "roll"
|
||||
elif emoji == "❌":
|
||||
return "none"
|
||||
elif emoji == "✔️":
|
||||
return 1
|
||||
else: return ""
|
||||
|
Reference in New Issue
Block a user