You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Archiving a guild would freeze it as read-only to everyone including the guild owner. Can be used by the guild owner (in owned guilds) or those with server-wide MANAGE_GUILDS.
If invoked by guild owner, guild owner can unarchive.
If invoked by MANAGE_GUILDS or OPERATOR from outside that guild, OPERATOR can unarchive.
To archive, send a PUT request to the endpoint. To unarchive, send a DELETE request.
An archived guild has all its mass invites invalidated but users previously joined by those not kicked. User-specific invites remain valid but unusable until unarchived.
The text was updated successfully, but these errors were encountered:
(in owned guilds) part is to allow for support for ownerless or multiple owned guilds in future. In those, only server operators will have a power to (un)archive it by default.
Archiving a guild would freeze it as read-only to everyone including the guild owner. Can be used by the guild owner (in owned guilds) or those with server-wide
MANAGE_GUILDS
.MANAGE_GUILDS
orOPERATOR
from outside that guild,OPERATOR
can unarchive.To archive, send a PUT request to the endpoint. To unarchive, send a DELETE request.
An archived guild has all its mass invites invalidated but users previously joined by those not kicked. User-specific invites remain valid but unusable until unarchived.
The text was updated successfully, but these errors were encountered: