Brandon209-Red-bot-Cogs/warnings_custom/__init__.py

6 lines
106 B
Python
Raw Normal View History

from .warnings import Warnings_Custom
2023-05-05 07:33:23 +12:00
async def setup(bot):
await bot.add_cog(Warnings_Custom(bot))