got this code off of reddit, dont know if this is the right way to do this but it sure dont work
@bot.slash_command(name='stealer-settings', description='change stealer settings')
@option("stealer", description="choose which stealer to change settings of", choices=["MM2", "AdoptMe", "AnimeAdventures", "BladeBall"])
async def stealer(ctx: discord.ApplicationContext, stealer: str):
await ctx.respond(f'{stealer}')