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))