mirror of
https://github.com/neoarz/Syntrel.git
synced 2025-12-25 11:40:12 +01:00
feat(legal): new command :)
Co-authored-by: Stossy11 <stossy11@stossy11.com> Co-authored-by: neoarz <tyrantneo740@gmail.com>
This commit is contained in:
@@ -38,6 +38,11 @@ class MelonxSelect(discord.ui.Select):
|
||||
value="26",
|
||||
description="How can I run MeloNX on iOS 26?",
|
||||
),
|
||||
discord.SelectOption(
|
||||
label="Legal",
|
||||
value="legal",
|
||||
description="Legality of emulators and our stance on piracy",
|
||||
),
|
||||
]
|
||||
super().__init__(placeholder="Choose a MeloNX command...", options=options)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user