Ellipsis in restart

This commit is contained in:
Adriene Hutchins 2020-03-02 15:26:45 -05:00
parent cc3360b913
commit 002ac17047
1 changed files with 1 additions and 1 deletions

View File

@ -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()