Files

6 lines
112 B
Python

from .. import logger
async def setup(bot):
from .cog import QuoteCog
await bot.add_cog(QuoteCog(bot))