Files
aikaterna-cogs/partycrash/__init__.py
2018-07-09 11:55:52 -07:00

7 lines
134 B
Python

from discord.ext import commands
from .partycrash import PartyCrash
def setup(bot: commands.Bot):
bot.add_cog(PartyCrash(bot))