Add botrulez

This commit is contained in:
Joscha 2023-01-24 15:44:08 +01:00
parent 5655fa7c4a
commit a0d55482cc
7 changed files with 266 additions and 1 deletions

View file

@ -1,5 +1,6 @@
//! Building blocks for bots.
pub mod botrulez;
pub mod command;
pub mod commands;
pub mod instance;