Untitled
Anonymous
python
06/24/2024 4:43 AM
188 B
13
Indexable
class DropdownView(discord.ui.View):
def __init__(self):
super().__init__(timeout=None)
self.add_item(Dropdown())Editor is loading...
Leave a Comment
class DropdownView(discord.ui.View):
def __init__(self):
super().__init__(timeout=None)
self.add_item(Dropdown())