SpaceManiac / discord-rs

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

Fix create_channel() #177

Closed LyesSaadi closed 1 year ago

LyesSaadi commented 1 year ago

Otherwise, we have this:

Status(
    BadRequest,
    Some(
        Object {
            "type": Array [
                String("Value \"text\" is not int."),
            ],
        },
    ),
)