mirror of
https://github.com/MrUnknownDE/redbot-assets.git
synced 2026-04-19 23:03:47 +02:00
fix: naming
This commit is contained in:
@@ -14,7 +14,7 @@ class Bierbaron(commands.Cog):
|
|||||||
async def info(self, ctx: commands.Context):
|
async def info(self, ctx: commands.Context):
|
||||||
"""Informationen über den Bierbaron."""
|
"""Informationen über den Bierbaron."""
|
||||||
embed = discord.Embed(
|
embed = discord.Embed(
|
||||||
title="Der Bierbaron",
|
title="der-Bierbaron",
|
||||||
description="Willkommen beim offiziellen Bierbaron Discord-System.\nHier dreht sich alles um das Trinken in VRChat.",
|
description="Willkommen beim offiziellen Bierbaron Discord-System.\nHier dreht sich alles um das Trinken in VRChat.",
|
||||||
color=discord.Color.gold(),
|
color=discord.Color.gold(),
|
||||||
url="https://der-bierbaron.de"
|
url="https://der-bierbaron.de"
|
||||||
@@ -50,7 +50,7 @@ class Bierbaron(commands.Cog):
|
|||||||
avg_fill = aggregate.get("averageFillLevel", 0)
|
avg_fill = aggregate.get("averageFillLevel", 0)
|
||||||
|
|
||||||
embed = discord.Embed(
|
embed = discord.Embed(
|
||||||
title="🍺 Bierbaron Live Server Status",
|
title="🍺 der-Bierbaron Live Server",
|
||||||
color=discord.Color.from_rgb(255, 165, 0), # Orange/Gold für Bier
|
color=discord.Color.from_rgb(255, 165, 0), # Orange/Gold für Bier
|
||||||
timestamp=discord.utils.utcnow()
|
timestamp=discord.utils.utcnow()
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user