You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reference to #13, #24 and most of slash command proposal changes combined
Since it has been long time no changes were made. Wouldn't mind to help assist with any testing or any design choices.
let config =ApplicationCommand(description_localizations: ..., default_permission: sometrue, default_member_permissions: {...})
handler.addSlash("randomstuff", config) do (...):
...## orlet handler =proc (...) =...
handler.addSlash("randomstuff", config, handler)
## or possibly back to the old macroprocrandomstuff(...) {.slash(handler, config).} =
The text was updated successfully, but these errors were encountered:
Reference to #13, #24 and most of slash command proposal changes combined
Since it has been long time no changes were made. Wouldn't mind to help assist with any testing or any design choices.
From https://discord.com/developers/docs/interactions/application-commands#edit-global-application-command
The text was updated successfully, but these errors were encountered: