serenity-rs / serenity

A Rust library for the Discord API.
https://discord.gg/serenity-rs
ISC License
4.65k stars 571 forks source link

Correct docs in various places #2871

Closed jamesbt365 closed 3 months ago

jamesbt365 commented 3 months ago

When using Guild::edit we don't check if the current user owns the guild, but instead if the current user has MANAGE_GUILD permissions.

On next, all the permission checks have been removed, and it is up to the responsibility of the user to check, so almost the entire paragraph can be removed on next.

We have never supported user accounts, so mentioning user accounts in the gateway documentation doesn't make sense.