oops
This commit is contained in:
parent
945bcc6f40
commit
addf9cffb6
1 changed files with 15 additions and 0 deletions
15
mod.ts
15
mod.ts
|
@ -175,4 +175,19 @@ export type { Dict } from './src/utils/dict.ts'
|
||||||
export * from './src/cache/redis.ts'
|
export * from './src/cache/redis.ts'
|
||||||
export { ColorUtil } from './src/utils/colorutil.ts'
|
export { ColorUtil } from './src/utils/colorutil.ts'
|
||||||
export type { Colors } from './src/utils/colorutil.ts'
|
export type { Colors } from './src/utils/colorutil.ts'
|
||||||
|
export { StoreChannel } from './src/structures/guildStoreChannel.ts'
|
||||||
export { StageVoiceChannel } from './src/structures/guildVoiceStageChannel.ts'
|
export { StageVoiceChannel } from './src/structures/guildVoiceStageChannel.ts'
|
||||||
|
export {
|
||||||
|
isCategoryChannel,
|
||||||
|
isDMChannel,
|
||||||
|
isGroupDMChannel,
|
||||||
|
isGuildBasedTextChannel,
|
||||||
|
isGuildChannel,
|
||||||
|
isGuildTextChannel,
|
||||||
|
isNewsChannel,
|
||||||
|
isStageVoiceChannel,
|
||||||
|
isStoreChannel,
|
||||||
|
isTextChannel,
|
||||||
|
isVoiceChannel,
|
||||||
|
default as getChannelByType
|
||||||
|
} from './src/utils/channel.ts'
|
||||||
|
|
Loading…
Reference in a new issue