Test
Some checks are pending
Run pre-commit / Run pre-commit (push) Waiting to run

This commit is contained in:
Valerie 2025-04-28 14:47:43 -04:00
parent cd3f78bc8e
commit fc682d3378
3 changed files with 1 additions and 16 deletions

View file

@ -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."
}

View file

@ -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

View file

@ -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