6 lines
83 B
Python
6 lines
83 B
Python
from .hunting import Hunting
|
|
|
|
|
|
async def setup(bot):
|
|
bot.add_cog(Hunting(bot))
|