Discord bot for Konserva
- Build the project
cargo build- Run in development mode
cargo run- Build an optimized release binary
cargo build --releaseThe compiled binary will be available at target/release/loona.
This project is licensed under the GNU General Public License v3.0. See the LICENSE.md file for details.