mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-02 00:40:07 +00:00
* feat: implement stage instances Reference: https://github.com/discord/discord-api-docs/pull/2898 * feat: implement stage instances * Update src/types/misc/stage_instance.ts Co-authored-by: ITOH <to@itoh.at> * Update src/helpers/misc/delete_stage_instance.ts Co-authored-by: ITOH <to@itoh.at> * Update src/types/misc/stage_instance.ts Co-authored-by: ITOH <to@itoh.at> * Move stage instances related modules to channels module * Move to channels * Move to channels * Add permission checks * Add permissions checl * Ad inhibitors * style: fix lint warnings * Do not throw & add import type Co-authored-by: ITOH <to@itoh.at>