Add command abstraction

This commit is contained in:
Joscha 2024-12-27 15:35:45 +01:00
parent 287ce97819
commit 8a7d414a01
4 changed files with 175 additions and 0 deletions

View file

@ -1,2 +1,3 @@
pub mod bot;
pub mod command;
pub mod instance;