/discord-bot-rust

Learning serenity-rs and building discord bots for fun. Do remember that, this bot is built for fun, and for learning.

Primary LanguageRustMIT LicenseMIT

Discord bot rust

Discord bot in rust using serenity-rs, to learn and build for fun.

This bot is built for fun and learning purpose. This is not an actual bot, that can be used for specific purposes.

Installation and Usage

This project uses cargo. Ensure that you have it installed.

Here are the steps to get you started!

  • Install the dependencies: cargo build
  • Set the Discord bot token
    • Windows: set DISCORD_TOKEN=your-token
    • MacOS / Linux: export DISCORD_TOKEN=your-token
  • Once done, RUN IT! cargo run

And, you should be good to go!

Made by Sunrit Jana with ♥