Skip to content

officialpiyush/number-guesser-bot

Repository files navigation

logo

An implementation of number guesser bot in Rust

Support GPLv3 License

About

  • This is a fun bot for discord.
  • It picks a random number between 1 and 100 and asks the users to guess. User then types the number and the bot check if the number is greater, equal or smaller and responds accordingly.

TODO

[] 5 chances per user. [] Try to remove unsafe.

Setting Up / Hosting

  • Hosting this bot is really simple.

    • Go to the Releases Page and download the latest release aka compiled file and config.example.json.

    • Rename config.example.json to config.json and fill it in.

    • Run It 🎉

  • All thanks to rust that it can run cross-platform without any need to download any deps!

Author