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
|
|
@ -77,5 +77,5 @@ class Scan(commands.Cog):
|
|||
await interaction.followup.send(f"✅ Fichier sain.\nHash : `{result['hash']}`")
|
||||
|
||||
|
||||
async def setup(bot: commands.Bot):
|
||||
await bot.add_cog(Scan(bot))
|
||||
def setup(bot):
|
||||
bot.add_cog(Scan(bot))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue