[V3 Partycrash] Initial commit
This commit is contained in:
6
partycrash/__init__.py
Normal file
6
partycrash/__init__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from discord.ext import commands
|
||||
from .partycrash import PartyCrash
|
||||
|
||||
|
||||
def setup(bot: commands.Bot):
|
||||
bot.add_cog(PartyCrash(bot))
|
||||
Reference in New Issue
Block a user