Skip to content

Commit cd3b8c2

Browse files
committed
chore: art provider updated
1 parent e178802 commit cd3b8c2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/bot.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,7 @@ async def help(interaction: discord.Interaction):
153153
@app_commands.choices(model=[
154154
app_commands.Choice(name="gemini", value="gemini"),
155155
app_commands.Choice(name="openai", value="openai"),
156-
app_commands.Choice(name="bing", value="bing"),
157-
app_commands.Choice(name="you", value="You"),
156+
app_commands.Choice(name="bing", value="BingCreateImages"),
158157
])
159158
async def draw(interaction: discord.Interaction, *, prompt: str, model: app_commands.Choice[str]):
160159
if interaction.user == discordClient.user:

0 commit comments

Comments
 (0)