diff --git a/redbot/core/core_commands.py b/redbot/core/core_commands.py index 8064f29a7..9081695d3 100644 --- a/redbot/core/core_commands.py +++ b/redbot/core/core_commands.py @@ -3471,10 +3471,10 @@ class Core(commands.commands._RuleDropper, commands.Cog, CoreLogic): """ message = ( - "This bot is an instance of Red-DiscordBot (hereafter referred to as Red)\n" + "This bot is an instance of Red-DiscordBot (hereinafter referred to as Red).\n" "Red is a free and open source application made available to the public and " "licensed under the GNU GPLv3. The full text of this license is available to you at " - "" + "." ) await ctx.send(message) # We need a link which contains a thank you to other projects which we use at some point.