[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>
This commit is contained in:
Vexed 2020-10-14 21:25:08 +01:00 committed by GitHub
parent 51bc5fed7d
commit c441857a4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 "
"<https://github.com/Cog-Creators/Red-DiscordBot/blob/V3/develop/LICENSE>"
"<https://github.com/Cog-Creators/Red-DiscordBot/blob/V3/develop/LICENSE>."
)
await ctx.send(message)
# We need a link which contains a thank you to other projects which we use at some point.