From b6cdf6c0bd1011bfdcebd1f0bdc42d619a54c377 Mon Sep 17 00:00:00 2001 From: seth Date: Sun, 29 Jan 2023 00:39:09 -0500 Subject: change prefix to t! --- src/teawie_bot/bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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) -- cgit v1.2.3