9 lines
123 B
Python
9 lines
123 B
Python
from .fight import Fight
|
|
|
|
|
|
def setup(bot):
|
|
# check_folders()
|
|
# check_files()
|
|
n = Fight(bot)
|
|
bot.add_cog(n)
|