-
Hello, how do I change client-sided guilds' settings? For example: I want to mute a server with an option "Until I turn it back on". I've checked the sent requests on my browser: it goes thru |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
These settings are accessible under |
Beta Was this translation helpful? Give feedback.
-
Something like this? I just cannot understand the docs lol g = client.get_guild(939272303131389993)
await g.edit(muted=True) |
Beta Was this translation helpful? Give feedback.
These settings are accessible under
Guild.notification_settings
, but you need to install the master from git.