shibe-bot/README.md
August ae10b786fe
Some checks failed
Rust / check (push) Failing after 16s
Rust / build (push) Failing after 12s
Featurize self update
2025-08-27 21:20:13 -04:00

21 lines
863 B
Markdown

# Shibe Bot 1.1.0
[![Rust](https://github.com/shibedrill/shibe-bot/actions/workflows/rust.yml/badge.svg)](https://github.com/shibedrill/shibe-bot/actions/workflows/rust.yml)
[![GitHub License](https://img.shields.io/github/license/shibedrill/shibe-bot)](LICENSE.txt)
## About Shibe Bot
Shibe Bot is a Discord bot written in Rust, using the Poise framework and the Serenity API crate. It has a few command groups right now, but none do anything especially useful. Commands are located at [src/command/](src/command/).
## Licensing
Shibe Bot is available under the MIT license. See [LICENSE.txt](LICENSE.txt) for details.
## Environment
The environment variable `TOKEN` must be set to the application's authentication token for the bot to run properly.
## Contributing
Feel free to make PRs or feature requests. See [TODO.md](TODO.md) for future features.