feat(phase8.1): server groups — table, CRUD handler, collapsible channel sections
This commit is contained in:
@@ -11,6 +11,7 @@ export interface Channel {
|
||||
category: string | null;
|
||||
position: number;
|
||||
slowmode_seconds?: number;
|
||||
group_id?: string | null;
|
||||
}
|
||||
|
||||
interface ChannelState {
|
||||
|
||||
Reference in New Issue
Block a user