Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Xe/withinbot
Within's Discord Bot
https://github.com/Xe/withinbot
6e campaigns derpibooru dnd furbooru
Last synced: 3 months ago
JSON representation
Within's Discord Bot
- Host: GitHub
- URL: https://github.com/Xe/withinbot
- Owner: Xe
- License: mit
- Created: 2020-06-13T15:20:39.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-19T10:57:40.000Z (almost 2 years ago)
- Last Synced: 2024-10-31T15:12:19.607Z (3 months ago)
- Topics: 6e, campaigns, derpibooru, dnd, furbooru
- Language: Dhall
- Homepage:
- Size: 283 KB
- Stars: 18
- Watchers: 2
- Forks: 1
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-internettime - another Discord Bot
README
# 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](https://s-jared.itch.io/6e)
- Searches of [Furbooru](https://furbooru.org)
- Printer factsThis 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
```