From af8d4e569e0da2949e4314106d14bbcc7af5feeb Mon Sep 17 00:00:00 2001 From: Rishabhraghwendra18 Date: Mon, 11 Oct 2021 17:56:45 +0530 Subject: [PATCH] changed prefix ! to / --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 27cdbb6..c4740ac 100644 --- a/bot.py +++ b/bot.py @@ -26,7 +26,7 @@ async def on_ipc_error(self , endpoint, error): # bot = commands.Bot(command_prefix="!") -bot = MyBot(command_prefix="!") +bot = MyBot(command_prefix="/") bot.add_cog(answer.AnswerCog(bot , ask)) bot.add_cog(IPC.IPCCog(bot)) bot.add_cog(register.RegisterCog(bot))