start the refactor

This commit is contained in:
2025-05-10 21:49:23 +02:00
parent ae79359990
commit baf7ba2ffb
10 changed files with 473 additions and 321 deletions

6
tests/ban_stiker.rs Normal file
View File

@@ -0,0 +1,6 @@
use mini_admin_bot::ban_stiker;
#[test]
pub fn db_media_is_banned() {
assert_eq!(0, 0);
}