krisppurg / dimscord

A Discord Bot & REST Library for Nim.
https://krisppurg.github.io/dimscord/
MIT License
222 stars 20 forks source link

Add Guild NSFW Level #56

Closed dannyhpy closed 3 years ago

dannyhpy commented 3 years ago

I don't think we need something else, don't we?

e.g.

var guild: Guild

# ...

if guild.nsfwLevel == gnlSafe: # Guild NSFW Level: Safe
  discard