9 lines
189 B
Python
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
|