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