discord-rs
discord-rs copied to clipboard
Fix get_server_members
get_server_members was giving
Err(
Json(
Error("missing field `id`", line: 1, column: 383),
),
)
Since the api returned Members instead of users.
Just did the same thing on a fork ^^