freechat/server/src/perms.rs
2020-07-12 22:27:20 -07:00

2 lines
62 B
Rust

pub const JOIN_VOICE:u64 = 1;
pub const SEND_MESSAGES:u64 = 2;