fix: Add type hint for bot parameter in setup function
This commit is contained in:
parent
6af16c43e2
commit
70ad9af28c
@ -87,5 +87,5 @@ class LockdownCog(commands.Cog):
|
||||
await interaction.followup.send("Server unlocked.")
|
||||
|
||||
|
||||
async def setup(bot):
|
||||
async def setup(bot: commands.Bot):
|
||||
await bot.add_cog(LockdownCog(bot))
|
||||
|
Loading…
x
Reference in New Issue
Block a user