From 2eaba80f6abfe2b38b7da7390c6fe872117da6d1 Mon Sep 17 00:00:00 2001 From: Ryuga Date: Thu, 9 Apr 2026 12:39:11 +0530 Subject: [PATCH] Quickfix --- bot/bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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