harmony/src/structures/guildStoreChannel.ts

4 lines
98 B
TypeScript

import { GuildChannel } from './channel.ts'
export class StoreChannel extends GuildChannel {}