mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-01 08:20:08 +00:00
Add USE_EXTERNAL_APPS permission (#3658)
This commit is contained in:
@@ -688,6 +688,8 @@ export enum BitwisePermissionFlags {
|
||||
SEND_VOICE_MESSAGES = 0x0000400000000000,
|
||||
/** Allows sending polls */
|
||||
SEND_POLLS = 0x0002000000000000,
|
||||
/** Allows user-installed apps to send public responses. When disabled, users will still be allowed to use their apps but the responses will be ephemeral. This only applies to apps not also installed to the server. */
|
||||
USE_EXTERNAL_APPS = 0x0004000000000000,
|
||||
}
|
||||
|
||||
export type PermissionStrings = keyof typeof BitwisePermissionFlags
|
||||
|
||||
Reference in New Issue
Block a user