fix: /guilds/me variable expecting wrong response object type
This commit is contained in:
parent
9a84315b64
commit
3fd28ed3fc
2 changed files with 11 additions and 4 deletions
|
@ -23,6 +23,14 @@ export interface GuildResponse {
|
|||
member_count: number
|
||||
}
|
||||
|
||||
export interface GuildMemberResponse {
|
||||
uuid: string,
|
||||
nickname: string,
|
||||
user_uuid: string,
|
||||
guild_uuid: string,
|
||||
user: UserResponse
|
||||
}
|
||||
|
||||
export interface ChannelResponse {
|
||||
uuid: string,
|
||||
guild_uuid: string,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue