Fox-V3/flag/__init__.py

6 lines
68 B

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