Quotes in helpset tagline for clarity (#3012)

* Add quotes to clarify helpset tagline

Add quotation marks to helpset tagline's response so two consecutive full stops don't appear.

* more commiting

* make travis/black happy

* for review

make no longer repeat tagline
This commit is contained in:
Vexed 2019-09-29 12:42:44 +01:00 committed by Michael H
parent 59e7d063a0
commit 759ca3ba7e
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
Add quotation marks to helpset tagline's response so two consecutive full stops don't appear

View File

@ -1290,7 +1290,7 @@ class Core(commands.Cog, CoreLogic):
return
await ctx.bot._config.help.tagline.set(tagline)
await ctx.send(_("The tagline has been set to {}.").format(tagline[:1900]))
await ctx.send(_("The tagline has been set."))
@commands.command()
@checks.is_owner()