summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/teawie_bot/bot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/teawie_bot/bot.py b/src/teawie_bot/bot.py
index 415c931..7e2e6d1 100644
--- a/src/teawie_bot/bot.py
+++ b/src/teawie_bot/bot.py
@@ -8,7 +8,7 @@ from teawie_bot.apis import guzzle
SERVER_ID = discord.Object(id=1055663552679137310)
intents = discord.Intents.default()
intents.message_content = True # pylint: disable=assigning-non-slot
-bot = commands.Bot(command_prefix="m!",
+bot = commands.Bot(command_prefix="t!",
description="teawie time",
intents=intents)