Once and for all reformat.
Will be using black code formatter
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
from interactions import StringSelectMenu
|
||||
|
||||
REGION_MENU = StringSelectMenu(
|
||||
"US", "EU", "KR", "TW",
|
||||
"US",
|
||||
"EU",
|
||||
"KR",
|
||||
"TW",
|
||||
placeholder="Select a region",
|
||||
min_values=1, max_values=1,
|
||||
custom_id='region_menu'
|
||||
)
|
||||
min_values=1,
|
||||
max_values=1,
|
||||
custom_id="region_menu",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user