Xe / withinbot

Within's Discord Bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

withinbot

This is my Discord bot that is used in The Sub-Aesthetic Furryhole. I don't expect other people to use this.

Features

  • Dice rolling
  • Stat sheet creation for 6E
  • Searches of Furbooru
  • Printer facts

This repository also contains the six_e crate, which is where I am attempting to create my own role-playing game that would be mediated by a Discord bot. The campaigns folder contains the data that would be used with that bot (I will eventually also include a text-based frontend to this game engine).

Testing

$ nix-shell --cmd "cargo test && cd ./six_e && cargo test"

Building

$ nix-build

or to build the docker image:

$ nix-build docker.nix

About

Within's Discord Bot

License:MIT License


Languages

Language:Dhall 55.6%Language:Rust 40.9%Language:Nix 3.5%