feat(bot): clean up / paginate help command

This commit is contained in:
spiral 2022-06-14 19:05:15 -04:00
parent f3c02a4254
commit f0b5749d5c
No known key found for this signature in database
GPG key ID: 244A11E4B0BCF40E
5 changed files with 159 additions and 61 deletions

View file

@ -36,7 +36,7 @@ public class InteractionContext
await Respond(InteractionResponse.ResponseType.DeferredUpdateMessage,
new InteractionApplicationCommandCallbackData
{
// Components = _evt.Message.Components
Components = Event.Message.Components
});
}