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

6 lines
94 B
Python
Raw Normal View History

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