Changed color
This commit is contained in:
2
main.py
2
main.py
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user