One line too much? :)

This commit is contained in:
Uwe Pfeifer 2022-11-12 16:41:30 +01:00
parent 1c7f2a0295
commit 1a44edc7ae

View file

@ -19,6 +19,5 @@ class AdminExt(commands.GroupCog, name="admin"):
await interaction.response.send_message("The bot will now shutdown. Good bye! :)", ephemeral=True)
await self.bot.close()
async def setup(bot: commands.Bot) -> None:
await bot.add_cog(AdminExt(bot))