alias paging messages to not surpass 2048 characters
This commit is contained in:
@ -1 +1,2 @@
|
||||
pub const PREFIX: &str = "$";
|
||||
pub const MAX_MESSAGE_LENGTH: usize = 2048;
|
||||
|
Reference in New Issue
Block a user