We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e178802 commit cd3b8c2Copy full SHA for cd3b8c2
src/bot.py
@@ -153,8 +153,7 @@ async def help(interaction: discord.Interaction):
153
@app_commands.choices(model=[
154
app_commands.Choice(name="gemini", value="gemini"),
155
app_commands.Choice(name="openai", value="openai"),
156
- app_commands.Choice(name="bing", value="bing"),
157
- app_commands.Choice(name="you", value="You"),
+ app_commands.Choice(name="bing", value="BingCreateImages"),
158
])
159
async def draw(interaction: discord.Interaction, *, prompt: str, model: app_commands.Choice[str]):
160
if interaction.user == discordClient.user:
0 commit comments