3 lines
73 B
Python
3 lines
73 B
Python
import disnake
|
|
print(disnake.ui.Container)
|
|
print(disnake.ui.TextDisplay)
|