discord / discord-example-app

Basic Discord app with examples
MIT License
515 stars 525 forks source link

fix: APPLICATION_MODAL type doesn't exist upon the discord-interactions #24

Open JayyDoesDev opened 1 year ago

JayyDoesDev commented 1 year ago

As of https://github.com/discord/discord-interactions-js/blob/main/src/index.ts the type should be MODAL, not APPLICATION_MODAL. Discovered from https://github.com/discord/discord-example-app/issues/21