chat module

This commit is contained in:
ModulatingForce 2024-03-02 10:14:14 -05:00
commit 6e36c7524a
3 changed files with 201 additions and 83 deletions

View file

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