functions to display displacements

This commit is contained in:
2020-10-06 12:02:09 +01:00
parent db9b0ef2b1
commit 2d6d9da70a
4 changed files with 43 additions and 6 deletions

View File

@ -1,2 +1,6 @@
pub const PREFIX: &str = "$";
pub const MAX_MESSAGE_LENGTH: usize = 2048;
pub const DAY: u64 = 86_400;
pub const HOUR: u64 = 3_600;
pub const MINUTE: u64 = 60;