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
8
backups/scratch/check_textstyle.py
Normal file
8
backups/scratch/check_textstyle.py
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
import disnake
|
||||
print(f"disnake.TextStyle: {hasattr(disnake, 'TextStyle')}")
|
||||
print(f"disnake.TextInputStyle: {hasattr(disnake, 'TextInputStyle')}")
|
||||
try:
|
||||
import disnake.ui
|
||||
print(f"disnake.ui.TextInputStyle: {hasattr(disnake.ui, 'TextInputStyle')}")
|
||||
except:
|
||||
pass
|
||||
Loading…
Add table
Add a link
Reference in a new issue