mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
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:
parent
59e7d063a0
commit
759ca3ba7e
1
changelog.d/3010.bugfix.rst
Normal file
1
changelog.d/3010.bugfix.rst
Normal file
@ -0,0 +1 @@
|
||||
Add quotation marks to helpset tagline's response so two consecutive full stops don't appear
|
||||
@ -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()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user