Brandon209-Red-bot-Cogs/rules/__init__.py

8 lines
158 B
Python
Raw Normal View History

from .rules import Rules
__red_end_user_data_statement__ = "This only stores rules added by admins of guilds."
2021-02-06 21:42:47 +13:00
def setup(bot):
bot.add_cog(Rules(bot))