Coder Social home page Coder Social logo

bors's Introduction

A virtual currency bot for Discord


๐Ÿฆ€ Features

Bors is a robust, fast, and thread-safe Discord bot built with Rust. It features:

  • A fully-fleshed-out currency system, with support for:
    • Retrieving a user's balance
    • Transferring coins
    • Retrieving a global leaderboard
  • A persistent and performant embedded database (with sled)
    • User balances are stored across Discord Guilds (Servers)
  • A simple environment-variable based custom logger
  • An awesome abstracted command system, thanks to serenity!

โœจ In Action

๐Ÿ› ๏ธ Usage

Bors is extremely easy to set up and host:

# 1. clone the repository
git clone https://github.com/safinsingh/bors

# 2. set up token
echo "TOKEN=MY_BOT_TOKEN" >.env

# 3. build for release
cargo build --release -vv
cp target/release/bors .

# 4. run!
LOG= ./bors

๐Ÿ”ฎ Contributing

If you feel like you can make a meaningful contribution to bors, feel free to fork this repository and create a pull request! Feature requests and bugs can be filed within the issues tab.

๐Ÿ‘จโ€๐Ÿ’ป Authors

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.