From d144abbc9ea1111f81aed3454f1632de0e4f0b2e Mon Sep 17 00:00:00 2001 From: MrUnknownDE Date: Sat, 28 Feb 2026 18:55:12 +0100 Subject: [PATCH] change cmds on bierbaron --- bierbaron/bierbaron.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bierbaron/bierbaron.py b/bierbaron/bierbaron.py index 78d8c72..b3657d7 100644 --- a/bierbaron/bierbaron.py +++ b/bierbaron/bierbaron.py @@ -10,7 +10,7 @@ class Bierbaron(commands.Cog): self.bot = bot self.api_url = "https://live.der-bierbaron.de/api/vrchat.json" - @commands.hybrid_command(name="info") + @commands.hybrid_command(name="bierbaron") async def info(self, ctx: commands.Context): """Informationen über den Bierbaron.""" embed = discord.Embed( @@ -25,7 +25,7 @@ class Bierbaron(commands.Cog): await ctx.send(embed=embed) - @commands.hybrid_command(name="live") + @commands.hybrid_command(name="bierbaron-live") async def live(self, ctx: commands.Context): """Live-Informationen vom Server.""" await ctx.typing()