index — Deutsche-Haus-Bot @ c6c660f085af2d7d3c5744d1c4aa9dc03fee5413

Discord bot to dynamically create voice chats for clubs that boosters can create

bot: fix respond for admin verify
crispy-caesus crispy@crispy-caesus.eu
Thu, 11 Jun 2026 22:32:15 +0200
commit

c6c660f085af2d7d3c5744d1c4aa9dc03fee5413

parent

566934245e485a0bc09c810dc756d2641a6d4fb3

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M bot.pybot.py

@@ -81,7 +81,7 @@

async def is_admin(ctx): if not ctx.author.guild_permissions.administrator: - ctx.respond( + await ctx.respond( ":x: Du musst Administrator sein, um diesen Command auszuführen") return False else: