mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
[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:
parent
51bc5fed7d
commit
c441857a4c
@ -3471,10 +3471,10 @@ class Core(commands.commands._RuleDropper, commands.Cog, CoreLogic):
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
message = (
|
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 "
|
"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 "
|
"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)
|
await ctx.send(message)
|
||||||
# We need a link which contains a thank you to other projects which we use at some point.
|
# We need a link which contains a thank you to other projects which we use at some point.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user