Files

8 lines
187 B
Python
Raw Permalink Normal View History

2020-03-03 11:00:27 -08:00
from .icyparser import IcyParser
__red_end_user_data_statement__ = "This cog does not persistently store data or metadata about users."
2020-03-03 11:00:27 -08:00
def setup(bot):
bot.add_cog(IcyParser(bot))