mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
feat(bot): clean up / paginate help command
This commit is contained in:
parent
f3c02a4254
commit
f0b5749d5c
5 changed files with 159 additions and 61 deletions
|
|
@ -36,7 +36,7 @@ public class InteractionContext
|
|||
await Respond(InteractionResponse.ResponseType.DeferredUpdateMessage,
|
||||
new InteractionApplicationCommandCallbackData
|
||||
{
|
||||
// Components = _evt.Message.Components
|
||||
Components = Event.Message.Components
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue