diff --git a/bot/bot.py b/bot/bot.py index f0b5658..5d64394 100644 --- a/bot/bot.py +++ b/bot/bot.py @@ -42,7 +42,7 @@ class Bot(commands.Bot): build_version = "mystery-build" advanced_protection: bool = True - def __init__(self, prefix=None, *args, **kwargs): + def __init__(self, prefix="t.", *args, **kwargs): intents = discord.Intents.default() intents.members = True intents.message_content = True