diff --git a/tuxbot/core/utils/functions/extra.py b/tuxbot/core/utils/functions/extra.py index cd0d26a..aacca0d 100644 --- a/tuxbot/core/utils/functions/extra.py +++ b/tuxbot/core/utils/functions/extra.py @@ -9,8 +9,8 @@ from rich.console import Console console = Console() -TOKEN_REPLACEMENT = "\*" * random.randint(3, 15) -PASSWORD_REPLACEMENT = "\*" * random.randint(3, 15) +TOKEN_REPLACEMENT = "\\*" * random.randint(3, 15) +PASSWORD_REPLACEMENT = "\\*" * random.randint(3, 15) class ContextPlus(commands.Context):