5 lines
80 B
Python
5 lines
80 B
Python
from .info import Info
|
|
|
|
|
|
async def setup(bot):
|
|
await bot.add_cog(Info(bot))
|