2020-03-03 11:00:27 -08:00
|
|
|
from .icyparser import IcyParser
|
|
|
|
|
|
2020-08-26 17:57:43 +01:00
|
|
|
__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))
|