mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-20 13:33:30 +01:00
feat(Threads): update permissions and fix getters (#6466)
This commit is contained in:
3
typings/index.d.ts
vendored
3
typings/index.d.ts
vendored
@@ -4535,8 +4535,11 @@ export type PermissionString =
|
||||
| 'REQUEST_TO_SPEAK'
|
||||
| 'MANAGE_THREADS'
|
||||
| 'USE_PUBLIC_THREADS'
|
||||
| 'CREATE_PUBLIC_THREADS'
|
||||
| 'USE_PRIVATE_THREADS'
|
||||
| 'CREATE_PRIVATE_THREADS'
|
||||
| 'USE_EXTERNAL_STICKERS'
|
||||
| 'SEND_MESSAGES_IN_THREADS'
|
||||
| 'START_EMBEDDED_ACTIVITIES';
|
||||
|
||||
export type RecursiveArray<T> = ReadonlyArray<T | RecursiveArray<T>>;
|
||||
|
||||
Reference in New Issue
Block a user