From 5c5e7db4fc180cb76384e6d231d9046095687b2e Mon Sep 17 00:00:00 2001 From: shadowinged Date: Sat, 22 Mar 2025 20:30:12 -0400 Subject: [PATCH] made little changes --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 1364359..51bbb4a 100644 --- a/bot.py +++ b/bot.py @@ -11,7 +11,7 @@ import requests class Bot(commands.Bot): def __init__(self, intents: discord.Intents, **kwargs): - super().__init__(command_prefix="!--!--!", intents=intents, case_insensitive=True) + super().__init__(command_prefix="/", intents=intents, case_insensitive=True) async def on_ready(self): print(f'{self.user} has connected to Discord!')