diff --git a/rubycore/info.json b/rubycore/info.json index fc0a8fd..ce18141 100644 --- a/rubycore/info.json +++ b/rubycore/info.json @@ -10,11 +10,5 @@ "tags": [ "locale" ], - "min_bot_version": "3.5.0.dev1", - "min_python_version": [ - 3, - 6, - 0 - ], "end_user_data_statement": "This cog does not store user data." } \ No newline at end of file diff --git a/rubycore/locales/LC_MESSAGES/en-US/RubyCore.po b/rubycore/locales/en-US.po similarity index 99% rename from rubycore/locales/LC_MESSAGES/en-US/RubyCore.po rename to rubycore/locales/en-US.po index 1b7140f..3469899 100644 --- a/rubycore/locales/LC_MESSAGES/en-US/RubyCore.po +++ b/rubycore/locales/en-US.po @@ -134,7 +134,7 @@ msgid "Shows info about Ruby" msgstr "" #: redbot/core/core_commands.py:294 -msgid "This is an instance of [Ruby, a fork of an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\\n\\nRuby is backed by a passionate community who contributes and creates content for everyone to enjoy. [Join us today]({}) and help us improve!\\n\\n" +msgid "This is an instance of [Ruby, a fork of an open source Discord bot]({}) Red was created by [Twentysix]({}) and is being [improved by many]({}).\\n\\nRed is backed by a passionate community who contributes and creates content for everyone to enjoy. [Join them today]({}) and help them improve!\\n\\n" msgstr "" #: redbot/core/core_commands.py:303 diff --git a/rubycore/rubycore.py b/rubycore/rubycore.py index 2bf1dce..e69de29 100644 --- a/rubycore/rubycore.py +++ b/rubycore/rubycore.py @@ -1,9 +0,0 @@ -from redbot.core import commands, i18n - -_ = i18n.Translator("RubyCore", __file__) - -class RubyCore(commands.Cog): - """RubyCore Cog""" - - def __init__(self, bot): - self.bot = bot