From fcb1a9782ad2a4e415bcf866b5288875ed861d69 Mon Sep 17 00:00:00 2001 From: WhatDidYouExpect <89535984+WhatDidYouExpect@users.noreply.github.com> Date: Sat, 19 Jul 2025 00:30:57 +0200 Subject: [PATCH] Linux openmediavault 6.12.32+bpo-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.12.32-1~bpo12+1 (2025-06-21) x86_64 GNU/Linux --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)