mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
* Changed ApplicationCommandOptionData interface The options type `this[]` as a self reference causes issues when implementing this interface. Changing this to ApplicationCommandOptionData[] fixes this issue https://imgur.com/a/0eVBoJU * fixed ApplicationCommandOption * Update typings/index.d.ts Co-authored-by: Noel <buechler.noel@outlook.com>