export utils/command.ts

This commit is contained in:
mierenmanz 2021-04-28 12:43:01 +02:00
parent 7f96dfebc3
commit ff655e0b7d
1 changed files with 1 additions and 0 deletions

1
mod.ts
View File

@ -191,3 +191,4 @@ export {
isVoiceChannel,
default as getChannelByType
} from './src/utils/channel.ts'
export * from "./src/utils/command.ts"