Skip to content

Commit

Permalink
Hotfix add "es" to autocomplete list
Browse files Browse the repository at this point in the history
  • Loading branch information
EncryptEx authored Aug 26, 2023
1 parent a0e2a2d commit 12fc487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -1492,7 +1492,7 @@ async def invite(ctx):
@option(
"value",
description="Select on/off",
autocomplete=discord.utils.basic_autocomplete(["on", "off", "en", "cat"]),
autocomplete=discord.utils.basic_autocomplete(["on", "off", "en", "cat", "es"]),
)
async def settings(ctx, module: str = None, value: str = None):
await SendMetric("settings")
Expand Down

0 comments on commit 12fc487

Please sign in to comment.