botlog module

This commit is contained in:
ModulatingForce 2024-03-02 10:06:26 -05:00
commit 90b9b66e6d
9 changed files with 404 additions and 238 deletions

View file

@ -1,4 +1,5 @@
pub mod botinstance;
pub mod botlog;
pub mod botmodules;
pub mod identity;
pub mod ratelimiter;