harmony/src/structures/guildNewsChannel.ts

4 lines
121 B
TypeScript

import { GuildTextBasedChannel } from './guildTextChannel.ts'
export class NewsChannel extends GuildTextBasedChannel {}