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
|
|
@ -56,5 +56,5 @@ class AntiRaid(commands.Cog):
|
|||
embed = disnake.Embed(title="🚨 ALERTE RAID", description=f"Vague de {len(self.join_cache[guild.id])} membres !", color=0xFF0000)
|
||||
await channel.send(embed=embed)
|
||||
|
||||
async def setup(bot):
|
||||
await bot.add_cog(AntiRaid(bot))
|
||||
def setup(bot):
|
||||
bot.add_cog(AntiRaid(bot))
|
||||
Loading…
Add table
Add a link
Reference in a new issue