Fix images path for select menu section (#1990)
This commit is contained in:
@@ -47,11 +47,11 @@ public async Task Spawn()
|
|||||||
|
|
||||||
Running this produces this result:
|
Running this produces this result:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
And opening the menu we see:
|
And opening the menu we see:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
Lets handle the selection of an option, We can hook the `SelectMenuExecuted` event to handle our select menu:
|
Lets handle the selection of an option, We can hook the `SelectMenuExecuted` event to handle our select menu:
|
||||||
|
|
||||||
@@ -73,4 +73,4 @@ public async Task MyMenuHandler(SocketMessageComponent arg)
|
|||||||
|
|
||||||
Running this produces this result:
|
Running this produces this result:
|
||||||
|
|
||||||

|

|
||||||
|
|||||||
Reference in New Issue
Block a user