Go to file
dependabot[bot] e8f9d19f48
Bump anyhow from 1.0.90 to 1.0.91
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.90 to 1.0.91.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.90...1.0.91)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-28 04:20:18 +00:00
.github Improved error handling again, add dependabot 2024-09-30 16:15:01 -04:00
src Added build script env var exports 2024-10-09 12:30:29 -04:00
.gitignore Add self-updater, better logging 2024-10-01 10:48:13 -04:00
build.rs Added build script env var exports 2024-10-09 12:30:29 -04:00
Cargo.lock Bump anyhow from 1.0.90 to 1.0.91 2024-10-28 04:20:18 +00:00
Cargo.toml Bump anyhow from 1.0.90 to 1.0.91 2024-10-28 04:20:18 +00:00
LICENSE.txt add license 2024-04-25 11:00:58 -04:00
README.md Added build script env var exports 2024-10-09 12:30:29 -04:00
TODO.md formatting 2024-04-22 22:45:58 -04:00

Shibe Bot 0.4.1

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.