diff --git a/c/update.py b/c/update.py index 918c105..65477c8 100644 --- a/c/update.py +++ b/c/update.py @@ -31,7 +31,7 @@ class Update(commands.Cog): try: await channel.send('restart successful') except: - await context.send("restart successful") + print("rrrrr") @commands.Cog.listener() async def on_ready(self):