export utils/command.ts
This commit is contained in:
parent
7f96dfebc3
commit
ff655e0b7d
1 changed files with 1 additions and 0 deletions
1
mod.ts
1
mod.ts
|
@ -191,3 +191,4 @@ export {
|
||||||
isVoiceChannel,
|
isVoiceChannel,
|
||||||
default as getChannelByType
|
default as getChannelByType
|
||||||
} from './src/utils/channel.ts'
|
} from './src/utils/channel.ts'
|
||||||
|
export * from "./src/utils/command.ts"
|
Loading…
Reference in a new issue