Ruby-Cogs/rubycore/__init__.py
Valerie 73e5689460
Some checks are pending
Run pre-commit / Run pre-commit (push) Waiting to run
Import lang from Red as a cog
2025-04-28 14:08:03 -04:00

6 lines
160 B
Python

from .rubycore import RubyCore
__red_end_user_data_statement__ = 'This cog does not store user data.'
async def setup(bot):
await bot.add_cog(RubyCore(bot))