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
6
backups/scratch/check_disnake_3.py
Normal file
6
backups/scratch/check_disnake_3.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
import disnake
|
||||
import disnake.ext.commands as commands
|
||||
import inspect
|
||||
|
||||
bot = commands.Bot(command_prefix="!")
|
||||
print(f"load_extension is coroutine: {inspect.iscoroutinefunction(bot.load_extension)}")
|
||||
Loading…
Add table
Add a link
Reference in a new issue