harmony/src/structures/guildStoreChannel.ts

4 lines
98 B
TypeScript
Raw Normal View History

2021-04-04 11:27:02 +00:00
import { GuildChannel } from './channel.ts'
export class StoreChannel extends GuildChannel {}