Merge pull request #1947 from lts20050703/gh-1898

discord-api-docs: Document thread invitable audit log change key
This commit is contained in:
Skillz4Killz
2022-02-01 12:06:43 -05:00
committed by GitHub

View File

@@ -79,7 +79,8 @@ export type AuditLogChange =
| "mute"
| "enable_emoticons"
| "archived"
| "locked";
| "locked"
| "invitable";
}
| {
newValue: Overwrite[];