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