mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-03 09:20:08 +00:00
* helpers: add stickers helpers * deno fmt * undo move getNitroStickerPack to stickers * helpers/stickers: fix jsdocs * plugins/permissions: check stickers permissions * plugins/validations: validate stickers stuff * tests: stickers unit tests * helpers/stickers: add support for reason * plugins/permissions: MANAGE_EMOJIS -> MANAGE_EMOJIS_AND_STICKERS * tests/stickers: delete sticker after test createGuildSticker: add send sticker test getGuildStickers: create another sticker then test > 1 stickers
12 lines
378 B
TypeScript
12 lines
378 B
TypeScript
export * from "./channels/mod.ts";
|
|
export * from "./emojis/mod.ts";
|
|
export * from "./guilds/mod.ts";
|
|
export * from "./interactions/mod.ts";
|
|
export * from "./members/mod.ts";
|
|
export * from "./messages/mod.ts";
|
|
export * from "./misc/mod.ts";
|
|
export * from "./roles/mod.ts";
|
|
export * from "./stickers/mod.ts";
|
|
export * from "./templates/mod.ts";
|
|
export * from "./webhooks/mod.ts";
|