mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-15 11:03:30 +01:00
feat(Permissions): add START_EMBEDDED_ACTIVITIES (#6622)
This commit is contained in:
3
typings/index.d.ts
vendored
3
typings/index.d.ts
vendored
@@ -4477,7 +4477,8 @@ export type PermissionString =
|
||||
| 'MANAGE_THREADS'
|
||||
| 'USE_PUBLIC_THREADS'
|
||||
| 'USE_PRIVATE_THREADS'
|
||||
| 'USE_EXTERNAL_STICKERS';
|
||||
| 'USE_EXTERNAL_STICKERS'
|
||||
| 'START_EMBEDDED_ACTIVITIES';
|
||||
|
||||
export type RecursiveArray<T> = ReadonlyArray<T | RecursiveArray<T>>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user