Fox-V3/unicode/__init__.py
2018-09-07 10:35:01 -04:00

6 lines
77 B
Python

from .unicode import Unicode
def setup(bot):
bot.add_cog(Unicode(bot))