Increased clarity of wording in info command (#3121)

* make branch + preliminary code

* correction

* towncrier

* sinbad's changes
This commit is contained in:
Vexed 2019-11-14 18:04:00 +00:00 committed by Michael H
parent 33178ef034
commit 6aeca83c63
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
Change ``[p]info`` to say "This bot is an..." instead of "This is an..." for clarity.

View File

@ -293,7 +293,7 @@ class Core(commands.Cog, CoreLogic):
data = await r.json() data = await r.json()
outdated = VersionInfo.from_str(data["info"]["version"]) > red_version_info outdated = VersionInfo.from_str(data["info"]["version"]) > red_version_info
about = _( about = _(
"This is an instance of [Red, an open source Discord bot]({}) " "This bot is an instance of [Red, an open source Discord bot]({}) "
"created by [Twentysix]({}) and [improved by many]({}).\n\n" "created by [Twentysix]({}) and [improved by many]({}).\n\n"
"Red is backed by a passionate community who contributes and " "Red is backed by a passionate community who contributes and "
"creates content for everyone to enjoy. [Join us today]({}) " "creates content for everyone to enjoy. [Join us today]({}) "