Changed color

This commit is contained in:
2023-12-26 13:50:32 +01:00
parent c6c1748f3e
commit 2dc8688937

View File

@@ -45,7 +45,7 @@ async def on_ready():
def create_embed(guild): def create_embed(guild):
embed = discord.Embed( embed = discord.Embed(
title="Schimpfwortkasse", title="Schimpfwortkasse",
color=discord.Colour.blurple(), color=discord.Colour.magenta(),
) )
with DBConnection() as cur: with DBConnection() as cur: