docs(rest): Update documentation for get invites endpoint (#4427)

This commit is contained in:
Fleny
2025-09-04 08:47:45 +02:00
committed by GitHub
parent 2c72e0f0b9
commit 0832500f01
+1 -1
View File
@@ -1962,7 +1962,7 @@ export interface RestManager {
* @returns A collection of {@link DiscordInviteMetadata} objects assorted by invite code.
*
* @remarks
* Requires the `MANAGE_GUILD` permission.
* Requires the `MANAGE_GUILD` or `VIEW_AUDIT_LOG` permission.
*
* @see {@link https://discord.com/developers/docs/resources/invite#get-invites}
*/