mirror of
https://github.com/polyjitter/searchbot-discord.git
synced 2024-08-14 22:46:55 +00:00
Ellipsis in restart
This commit is contained in:
parent
cc3360b913
commit
002ac17047
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue