Go to file
2024-09-30 14:42:19 -04:00
.github/workflows Separate workflow into "check" and "build" 2024-09-30 14:01:02 -04:00
src Removed some expect statements 2024-09-30 14:42:19 -04:00
.gitignore ignore cross conf file 2024-04-26 15:37:56 -04:00
Cargo.lock Removed some expect statements 2024-09-30 14:42:19 -04:00
Cargo.toml Removed some expect statements 2024-09-30 14:42:19 -04:00
LICENSE.txt add license 2024-04-25 11:00:58 -04:00
README.md Removed some expect statements 2024-09-30 14:42:19 -04:00
TODO.md formatting 2024-04-22 22:45:58 -04:00

Shibe Bot 0.2.3

Rust GitHub License

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/.

Licensing

Shibe Bot is available under the MIT license. See 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 for future features.