7 lines
199 B
Python
7 lines
199 B
Python
from .icyparser import IcyParser
|
|
|
|
__red_end_user_data_statement__ = "This cog does not persistently store data or metadata about users."
|
|
|
|
|
|
async def setup(bot):
|
|
await bot.add_cog(IcyParser(bot))
|