feat: v13 VIEW_CREATOR_MONETIZATION_ANALYTICS and USE_SOUNDBOARD permissions

#9124
This commit is contained in:
Elysia
2023-04-15 19:43:39 +07:00
parent 7f565e1848
commit 6ed56a153f
5 changed files with 16 additions and 10 deletions

4
typings/index.d.ts vendored
View File

@@ -7001,7 +7001,9 @@ export type PermissionString =
| 'SEND_MESSAGES_IN_THREADS'
| 'START_EMBEDDED_ACTIVITIES'
| 'MODERATE_MEMBERS'
| 'MANAGE_EVENTS';
| 'MANAGE_EVENTS'
| 'VIEW_CREATOR_MONETIZATION_ANALYTICS'
| 'USE_SOUNDBOARD';
export type RecursiveArray<T> = ReadonlyArray<T | RecursiveArray<T>>;