weitere operator hinzugefügt

This commit is contained in:
Kaaninchen
2026-07-18 12:59:49 +02:00
parent a9ef9633d0
commit 3d392c5fd3
3 changed files with 9 additions and 6 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ def setup_commands(bot: discord.Bot):
@bot.slash_command(description="Steige in den nächsten Zug! Beachte das Discord Spam limit (2x in 10min)")
@commands.cooldown(1, 600, commands.BucketType.guild)
async def umstieg(ctx):
ctx.defer()
await ctx.defer()
rename = await rename_vc(bot)
if not rename:
build_error_embed(rename)