This commit is contained in:
parent
cd3f78bc8e
commit
fc682d3378
3 changed files with 1 additions and 16 deletions
|
@ -10,11 +10,5 @@
|
||||||
"tags": [
|
"tags": [
|
||||||
"locale"
|
"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."
|
"end_user_data_statement": "This cog does not store user data."
|
||||||
}
|
}
|
|
@ -134,7 +134,7 @@ msgid "Shows info about Ruby"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/core/core_commands.py:294
|
#: 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 ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/core/core_commands.py:303
|
#: redbot/core/core_commands.py:303
|
|
@ -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
|
|
Loading…
Add table
Reference in a new issue