From bef103f75cde6b6d39a37dbba01393f53373b563 Mon Sep 17 00:00:00 2001 From: AkriliksKotya Date: Sun, 21 Dec 2025 17:34:43 +0500 Subject: [PATCH] test --- c/update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):