Go to file
Shibe Drill fb7ab4f6cc
Some checks failed
Rust / check (push) Failing after 45s
Rust / build (push) Failing after 1m27s
Merge pull request #55 from shibedrill/dependabot/cargo/vergen-9.0.6
Bump vergen from 9.0.4 to 9.0.6
2025-07-04 11:51:33 -04:00
.github Update workflow 2025-01-08 15:06:27 -05:00
src Update rand version 2025-03-24 10:43:05 -04:00
.gitignore Add self-updater, better logging 2024-10-01 10:48:13 -04:00
build.rs overhaul self-update 2025-01-08 21:02:28 -05:00
Cargo.lock Merge pull request #55 from shibedrill/dependabot/cargo/vergen-9.0.6 2025-07-04 11:51:33 -04:00
Cargo.toml Merge pull request #55 from shibedrill/dependabot/cargo/vergen-9.0.6 2025-07-04 11:51:33 -04:00
LICENSE.txt add license 2024-04-25 11:00:58 -04:00
README.md Update rand version 2025-03-24 10:43:05 -04:00
TODO.md formatting 2024-04-22 22:45:58 -04:00

Shibe Bot 1.0.2

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.