From 44ce203fb03cca3d79bb5dbb271d6403c47f4d09 Mon Sep 17 00:00:00 2001 From: AkriliksKotya Date: Sun, 21 Dec 2025 17:28:53 +0500 Subject: [PATCH] fix --- c/update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c/update.py b/c/update.py index 1a231e0..918c105 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 succesful') + await context.send("restart successful") @commands.Cog.listener() async def on_ready(self):