SpaceManiac / discord-rs

Rust library for the Discord chat client API
MIT License
385 stars 94 forks source link

Fix get_server_members #172

Closed hollow-owl closed 1 year ago

hollow-owl commented 2 years ago

get_server_members was giving

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

Since the api returned Members instead of users.

o0Ignition0o commented 1 year ago

Just did the same thing on a fork ^^