discord-rs icon indicating copy to clipboard operation
discord-rs copied to clipboard

Fix get_server_members

Open hollow-owl opened this issue 2 years ago • 1 comments

get_server_members was giving

Err(
    Json(
        Error("missing field `id`", line: 1, column: 383),
    ),
)

Since the api returned Members instead of users.

hollow-owl avatar Jun 04 '22 02:06 hollow-owl

Just did the same thing on a fork ^^

o0Ignition0o avatar Aug 14 '22 11:08 o0Ignition0o