Adds group configuration

This commit is contained in:
Michel Fedde 2025-04-12 19:41:16 +02:00
parent 0d9cf6a370
commit 154002f6f3
16 changed files with 633 additions and 20 deletions

View file

@ -6,4 +6,6 @@ export type GuildMember = {
export type Role = {
server: string;
roleid: string;
};
};
export type ChannelId = string;