moved all RE_USERNAME occurrences to regex.rs

switch to normal Cargo.toml

switch to normal Cargo.toml

switch to normal Cargo.toml

solved bug
This commit is contained in:
meguminloli
2021-09-15 20:48:23 +03:00
parent 2660b96250
commit a2bfaa5791
8 changed files with 98 additions and 82 deletions

View File

@@ -1,3 +1,4 @@
pub mod result;
pub mod variables;
pub mod ratelimit;
pub mod regex;