feat(WIP): 对话管理员

This commit is contained in:
CrescentLeaf
2025-10-08 02:51:25 +08:00
parent 324962b0fc
commit aeafcb5b97
3 changed files with 60 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
export default class AdminPermissions {
static readonly OWNER = "OWNER"
static readonly MANAGE_ADMIN = "MANAGE_ADMIN"
static readonly MUTE_MEMBERS = "MUTE_MEMBERS"
static readonly REMOVE_MEMBERS = "REMOVE_MEMBERS"
}