diff --git a/extensions/core.py b/extensions/core.py index 013b70a..bcd6683 100644 --- a/extensions/core.py +++ b/extensions/core.py @@ -184,7 +184,7 @@ Number of extensions present: {len(ctx.bot.cogs)} async def restart(self, ctx): """Turns the bot off.""" - await ctx.send(":zzz: **Restarting.**") + await ctx.send(":zzz: **Restarting...**") exit() @commands.command()