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):
|
async def restart(self, ctx):
|
||||||
"""Turns the bot off."""
|
"""Turns the bot off."""
|
||||||
|
|
||||||
await ctx.send(":zzz: **Restarting.**")
|
await ctx.send(":zzz: **Restarting...**")
|
||||||
exit()
|
exit()
|
||||||
|
|
||||||
@commands.command()
|
@commands.command()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue