From 732cd14d420c4400c9ef9e9bf614e1b04f6a8887 Mon Sep 17 00:00:00 2001 From: AkriliksKotya Date: Sun, 21 Dec 2025 17:20:49 +0500 Subject: [PATCH] fix update channel.send --- c/update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c/update.py b/c/update.py index f831f42..1a231e0 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 succesful') @commands.Cog.listener() async def on_ready(self):