Migration vers Disnake et ajout des components V2
This commit is contained in:
parent
c8c579eefe
commit
98f7501e07
47 changed files with 1196 additions and 722 deletions
|
|
@ -95,5 +95,5 @@ class Whitelist(commands.Cog):
|
|||
return self._get_guild_whitelist(guild_id).copy()
|
||||
|
||||
|
||||
async def setup(bot):
|
||||
await bot.add_cog(Whitelist(bot))
|
||||
def setup(bot):
|
||||
bot.add_cog(Whitelist(bot))
|
||||
Loading…
Add table
Add a link
Reference in a new issue