|
|
@@ -47,11 +47,11 @@ public async Task Spawn() |
|
|
|
|
|
|
|
Running this produces this result: |
|
|
|
|
|
|
|
 |
|
|
|
 |
|
|
|
|
|
|
|
And opening the menu we see: |
|
|
|
|
|
|
|
 |
|
|
|
 |
|
|
|
|
|
|
|
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: |
|
|
|
|
|
|
|
 |
|
|
|
 |