5 lines
89 B
Python
5 lines
89 B
Python
from .nerdify import Nerdify
|
|
|
|
|
|
async def setup(bot):
|
|
await bot.add_cog(Nerdify(bot))
|