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
7
backups/scratch/inspect_section.py
Normal file
7
backups/scratch/inspect_section.py
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import disnake
|
||||
import inspect
|
||||
|
||||
try:
|
||||
print(f"Section init signature: {inspect.signature(disnake.ui.Section.__init__)}")
|
||||
except Exception as e:
|
||||
print(f"Error inspecting Section: {e}")
|
||||
Loading…
Add table
Add a link
Reference in a new issue