From e1dd83b592029842a69d5e46870527851c48a149 Mon Sep 17 00:00:00 2001 From: insert Date: Sun, 11 Aug 2024 13:03:37 -0400 Subject: [PATCH] Update --- misc.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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