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()