mirror of
https://github.com/discordeno/discordeno.git
synced 2026-05-31 16:00:07 +00:00
* refactor(rest): remove falsy token check This is in favour for interaction only bots, which still need rest but cannot provide a valid bot token. If you want to use rest for your normal bot it should be your own responsibility to pass a valid token. Further more `applicationId` is now a required property since we cannot extract the id from the token anymore. * forgot to commit that * fix error * make appid optional again * app id throw error if undefined * fix test