wow-token-app-bot/token_bot/ui/select_menus/flavor_menu.py

11 lines
212 B
Python
Raw Permalink Normal View History

from interactions import StringSelectMenu
FLAVOR_MENU = StringSelectMenu(
"Retail",
"Classic",
placeholder="Select version of WoW",
min_values=1,
max_values=1,
custom_id="flavor_menu",
)