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