Untitled

 avatar
unknown
python
a year ago
139 B
4
Indexable
class DropdownView(discord.ui.View): 
    def __init__(self): 
        super().__init__(timeout=None) 
        self.add_item(Dropdown())
Editor is loading...
Leave a Comment