Files

8 lines
197 B
Python
Raw Permalink Normal View History

2019-07-23 17:06:45 -07:00
from .dictionary import Dictionary
__red_end_user_data_statement__ = "This cog does not persistently store data or metadata about users."
2019-07-23 17:06:45 -07:00
def setup(bot):
bot.add_cog(Dictionary(bot))