export utils/command.ts

This commit is contained in:
mierenmanz 2021-04-28 12:43:01 +02:00
parent 7f96dfebc3
commit ff655e0b7d

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"