File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -37,13 +37,13 @@ def __init__(self):
3737
3838 options = [
3939 disnake .SelectOption (
40- label = "Scissors" , description = "You choose scissors." , emoji = "🪨 "
40+ label = "Scissors" , description = "You choose scissors." , emoji = "✂ "
4141 ),
4242 disnake .SelectOption (
43- label = "Rock" , description = "You choose rock." , emoji = "🧻 "
43+ label = "Rock" , description = "You choose rock." , emoji = "🪨 "
4444 ),
4545 disnake .SelectOption (
46- label = "paper" , description = "You choose paper." , emoji = "✂ "
46+ label = "paper" , description = "You choose paper." , emoji = "🧻 "
4747 ),
4848 ]
4949
Original file line number Diff line number Diff line change @@ -37,13 +37,13 @@ def __init__(self):
3737
3838 options = [
3939 disnake .SelectOption (
40- label = "Scissors" , description = "You choose scissors." , emoji = "🪨 "
40+ label = "Scissors" , description = "You choose scissors." , emoji = "✂ "
4141 ),
4242 disnake .SelectOption (
43- label = "Rock" , description = "You choose rock." , emoji = "🧻 "
43+ label = "Rock" , description = "You choose rock." , emoji = "🪨 "
4444 ),
4545 disnake .SelectOption (
46- label = "paper" , description = "You choose paper." , emoji = "✂ "
46+ label = "paper" , description = "You choose paper." , emoji = "🧻 "
4747 ),
4848 ]
4949
You can’t perform that action at this time.
0 commit comments