Skip to content

Commit c6c45b7

Browse files
authored
fix: deleted emoji
1 parent 9afac3c commit c6c45b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/embeds.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def __init__(self, ctx: Context):
5252
discord.SelectOption(
5353
label="Edit Embed Color",
5454
description="Change the color of the embed",
55-
emoji="<:staff:807911358549065738>",
55+
emoji="<a:messenger:807912019130974242>",
5656
value="color",
5757
),
5858
],

0 commit comments

Comments
 (0)