fix: moved the methods that changes role into their own module folder

This commit is contained in:
silver 2024-10-28 21:34:21 +00:00
parent 61e76db8dd
commit f1138a3c81
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D
7 changed files with 283 additions and 286 deletions

View file

@ -1,3 +1,4 @@
pub mod wolves;
pub mod database;
pub mod minecraft;
pub mod minecraft;
pub mod set_roles;