Brandon209-Red-bot-Cogs/warnings_custom/__init__.py
2023-05-04 15:33:23 -04:00

6 lines
106 B
Python

from .warnings import Warnings_Custom
async def setup(bot):
await bot.add_cog(Warnings_Custom(bot))