diff --git a/bot.py b/bot.py index dcd777f..a774aa0 100644 --- a/bot.py +++ b/bot.py @@ -352,7 +352,7 @@ async def help(ctx: commands.Context) -> None: @app_commands.describe(locale="Choose your language") async def setlanguage(ctx: commands.Context, locale: str) -> None: if ctx.author.id != ownerid: - await ctx.send(":thumbsdown:") + await ctx.send(":thumbsdown:") return await ctx.defer() set_language(locale)