From c441857a4c26adc6daa789bfab6df082d11374be Mon Sep 17 00:00:00 2001 From: Vexed Date: Wed, 14 Oct 2020 21:25:08 +0100 Subject: [PATCH] [Core] Add two missing full stops to `licenseinfo` (#4020) * full stops * hereafter -> hereinafter * Add the other stop that was here... Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com> --- redbot/core/core_commands.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.