diff --git a/redbot/core/core_commands.py b/redbot/core/core_commands.py index cbb561ffd..b9e3f4af1 100644 --- a/redbot/core/core_commands.py +++ b/redbot/core/core_commands.py @@ -2470,14 +2470,19 @@ class Core(commands.Cog, CoreLogic): # Removing this command from forks is a violation of the GPLv3 under which it is licensed. # Otherwise interfering with the ability for this command to be accessible is also a violation. -@commands.command(cls=commands.commands._AlwaysAvailableCommand, name="licenseinfo", i18n=_) +@commands.command( + cls=commands.commands._AlwaysAvailableCommand, + name="licenseinfo", + aliases=["licenceinfo"], + i18n=_, +) async def license_info_command(ctx): """ Get info about Red's licenses """ message = ( - "This bot is an instance of Red-DiscordBot (hereafter refered to as Red)\n" + "This bot is an instance of Red-DiscordBot (hereafter 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 " ""