serenity-rs / serenity

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

Remove inaccurate doc comment on GuildChannel::nsfw #2874

Closed jamesbt365 closed 3 months ago

jamesbt365 commented 3 months ago

GuildChannel::is_nsfw is deprecated and just calls self.nsfw internally, it cannot be more accurate.