Brandon209-Red-bot-Cogs/shootout/__init__.py
2023-05-04 15:33:23 -04:00

8 lines
171 B
Python

from .shootout import Shootout
__red_end_user_data_statement__ = "This cog won't store anything for a user."
async def setup(bot):
await bot.add_cog(Shootout(bot))