!wolf command

This commit is contained in:
NikolajDanger
2020-11-04 16:23:44 +01:00
parent 27ab89b5b6
commit 3e342745bf
6 changed files with 78 additions and 2 deletions

View File

@ -184,7 +184,7 @@ def replaceMultiple(mainString, toBeReplaces, newString):
# Replace the string
mainString = mainString.replace(elem, newString)
return mainString
return mainString
def emojiToCommand(emoji):
if emoji == "1":