feat: v13 VIEW_CREATOR_MONETIZATION_ANALYTICS and USE_SOUNDBOARD permissions (#9124)

* feat: view_creator_monetization_analytics perm

* feat: also add USE_SOUNDBOARD
This commit is contained in:
Jaw0r3k
2023-04-14 23:33:56 +02:00
committed by GitHub
parent 7cf9224c46
commit 28a5c7b125
2 changed files with 7 additions and 1 deletions

4
typings/index.d.ts vendored
View File

@@ -6016,7 +6016,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>>;