diff --git a/changelog.d/3121.enhance.rst b/changelog.d/3121.enhance.rst new file mode 100644 index 000000000..ee92455a5 --- /dev/null +++ b/changelog.d/3121.enhance.rst @@ -0,0 +1 @@ +Change ``[p]info`` to say "This bot is an..." instead of "This is an..." for clarity. diff --git a/redbot/core/core_commands.py b/redbot/core/core_commands.py index 98344c772..218db18b1 100644 --- a/redbot/core/core_commands.py +++ b/redbot/core/core_commands.py @@ -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]({}) "