6 lines
68 B
Python
6 lines
68 B
Python
from .flag import Flag
|
|
|
|
|
|
def setup(bot):
|
|
bot.add_cog(Flag(bot))
|