docs(types): Clarify documentation on the CREATE_PUBLIC_THREADS permission (#2055)

This commit is contained in:
LTS20050703
2022-02-19 15:35:03 +01:00
committed by ITOH
parent 0cb2baaea2
commit 79e260892b
+1 -1
View File
@@ -70,7 +70,7 @@ export enum BitwisePermissionFlags {
MANAGE_EVENTS = 0x0000000200000000,
/** Allows for deleting and archiving threads, and viewing all private threads */
MANAGE_THREADS = 0x0000000400000000,
/** Allows for creating threads */
/** Allows for creating public and announcement threads */
CREATE_PUBLIC_THREADS = 0x0000000800000000,
/** Allows for creating private threads */
CREATE_PRIVATE_THREADS = 0x0000001000000000,