Lightcord/DiscordJS/src/structures/BaseChannel.ts

5 lines
70 B
TypeScript

export default class BaseChannel {
constructor(){
}
}