Files

8 lines
187 B
Python
Raw Permalink Normal View History

2018-01-27 22:03:43 -08:00
from .chatchart import Chatchart
__red_end_user_data_statement__ = "This cog does not persistently store data or metadata about users."
2018-01-27 22:03:43 -08:00
def setup(bot):
bot.add_cog(Chatchart(bot))