summaryrefslogtreecommitdiff
path: root/src/teawie_bot/bot.py
diff options
context:
space:
mode:
authorseth <[email protected]>2023-01-29 00:39:09 -0500
committerseth <[email protected]>2023-01-29 00:39:09 -0500
commitb6cdf6c0bd1011bfdcebd1f0bdc42d619a54c377 (patch)
tree8bd7ea8b3f6375192c2b65ba288c683d2d952518 /src/teawie_bot/bot.py
parent540bec224ded2d44279d37a1c71a99ca8a4b5fa0 (diff)
change prefix to t!
Diffstat (limited to 'src/teawie_bot/bot.py')
-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)