diff --git a/misc.py b/misc.py index 24b636a..64032c9 100644 --- a/misc.py +++ b/misc.py @@ -36,4 +36,6 @@ class misc(commands.Cog): async def thrower(self, interaction: nextcord.Interaction): errorlist = [1,2] await interaction.response.send_message(errorlist[4]) - + +def setup(bot: commands.Bot): + bot.add_cog(misc(bot)) \ No newline at end of file