refactor: rename file

dice.rs -> dice_handler.rs
This commit is contained in:
doryan 2024-08-21 20:52:08 +04:00
parent b557bf5832
commit 1bcbb3d456
2 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
pub mod dice;
pub mod dice_handler;