feat(legal): new command :)

Co-authored-by: Stossy11 <stossy11@stossy11.com>
Co-authored-by: neoarz <tyrantneo740@gmail.com>
This commit is contained in:
Stossy11
2025-10-20 02:36:02 +11:00
committed by GitHub
parent 4b651420a0
commit 5fb7c1b48b
6 changed files with 88 additions and 4 deletions

View File

@@ -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)