dev #2

Merged
WhatDidYouExpect merged 24 commits from dev into main 2025-07-22 00:26:21 +02:00
Showing only changes of commit fcb1a9782a - Show all commits

2
bot.py
View file

@ -352,7 +352,7 @@ async def help(ctx: commands.Context) -> None:
@app_commands.describe(locale="Choose your language") @app_commands.describe(locale="Choose your language")
async def setlanguage(ctx: commands.Context, locale: str) -> None: async def setlanguage(ctx: commands.Context, locale: str) -> None:
if ctx.author.id != ownerid: if ctx.author.id != ownerid:
await ctx.send(":thumbsdown:") await ctx.send(":thumbsdown:")
return return
await ctx.defer() await ctx.defer()
set_language(locale) set_language(locale)