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
|
|
@ -47,5 +47,5 @@ class NoLink(commands.Cog):
|
|||
print(f"Erreur lors de la suppression du message : {exc}")
|
||||
|
||||
|
||||
async def setup(bot: commands.Bot) -> None:
|
||||
await bot.add_cog(NoLink(bot))
|
||||
def setup(bot: commands.Bot) -> None:
|
||||
bot.add_cog(NoLink(bot))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue