Ruby-Cogs/rubycore/rubycore.py
Valerie 644b9c471a
Some checks are pending
Run pre-commit / Run pre-commit (push) Waiting to run
Update Cog
2025-04-28 14:13:42 -04:00

9 lines
189 B
Python

from redbot.core import commands, i18n
_ = i18n.Translator("RubyCore", __file__)
class RubyCore(commands.Cog):
"""RubyCore Cog"""
def __init__(self, bot):
self.bot = bot