Use the discord.ui Bot UI Kit
masterThe discord.ui package provides a suite of helpers for building component-based user interfaces. It includes classes for managing views, layouts, modals, and individual UI elements like buttons, select menus, and text inputs.
Key components include:
- Views:
ViewandLayoutViewfor managing groups of components. - Modals:
Modalfor pop-up forms. - Items:
Button,Select(and specialized versions likeUserSelect,RoleSelect, etc.),TextInput, andActionRow. - Advanced Layouts (v2.6+):
Container,Section,Separator,TextDisplay,Thumbnail,MediaGallery,File,Label,FileUpload,RadioGroup, andCheckboxGroup.