We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7acb905 commit 7508387Copy full SHA for 7508387
src/utils.py
@@ -49,7 +49,6 @@ def make_embed(title="", color=blue_light, name="", value="", footer=None)
49
:return: Embed ready to send
50
"""
51
# make color object
52
- color = discord.Color.from_rgb(*color) # * unwraps the elements in the tuple
53
emb = discord.Embed(title=title, color=color)
54
emb.add_field(name=name, value=value)
55
if footer:
0 commit comments