Show valid settings correctly
This commit is contained in:
parent
29aa493033
commit
98ae481d14
@ -87,7 +87,9 @@ class Werewolf(Cog):
|
||||
# return None
|
||||
|
||||
embed = discord.Embed(
|
||||
title="Current Guild Settings", description=f"Valid: {valid}", color=0xFF0000
|
||||
title="Current Guild Settings",
|
||||
description=f"Valid: {valid}",
|
||||
color=0x008000 if valid else 0xFF0000,
|
||||
)
|
||||
embed.add_field(name="Role", value=str(role))
|
||||
embed.add_field(name="Category", value=str(category))
|
||||
|
Loading…
x
Reference in New Issue
Block a user