Adds group configuration
This commit is contained in:
parent
0d9cf6a370
commit
154002f6f3
16 changed files with 633 additions and 20 deletions
|
|
@ -6,4 +6,6 @@ export type GuildMember = {
|
|||
export type Role = {
|
||||
server: string;
|
||||
roleid: string;
|
||||
};
|
||||
};
|
||||
|
||||
export type ChannelId = string;
|
||||
Loading…
Add table
Add a link
Reference in a new issue