renamed server/ to api/ since this is really only the api portion of the typical fc server
This commit is contained in:
4
server-api/src/perms.rs
Normal file
4
server-api/src/perms.rs
Normal file
@@ -0,0 +1,4 @@
|
||||
pub const JOIN_VOICE:u64 = 1;
|
||||
pub const SEND_MESSAGES:u64 = 2;
|
||||
|
||||
pub const GENERAL_NEW: u64 = JOIN_VOICE | SEND_MESSAGES;
|
||||
Reference in New Issue
Block a user