Fox-V3/flag/__init__.py
2018-05-16 16:10:50 -04:00

6 lines
68 B
Python

from .flag import Flag
def setup(bot):
bot.add_cog(Flag(bot))