mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
Increased clarity of wording in info command (#3121)
* make branch + preliminary code * correction * towncrier * sinbad's changes
This commit is contained in:
parent
33178ef034
commit
6aeca83c63
1
changelog.d/3121.enhance.rst
Normal file
1
changelog.d/3121.enhance.rst
Normal file
@ -0,0 +1 @@
|
||||
Change ``[p]info`` to say "This bot is an..." instead of "This is an..." for clarity.
|
||||
@ -293,7 +293,7 @@ class Core(commands.Cog, CoreLogic):
|
||||
data = await r.json()
|
||||
outdated = VersionInfo.from_str(data["info"]["version"]) > red_version_info
|
||||
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"
|
||||
"Red is backed by a passionate community who contributes and "
|
||||
"creates content for everyone to enjoy. [Join us today]({}) "
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user