Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/b-andir/dicewbot

Backend for a Discord dice bot and dice rolling GUI Website
https://github.com/b-andir/dicewbot

Last synced: about 1 month ago
JSON representation

Backend for a Discord dice bot and dice rolling GUI Website

Awesome Lists containing this project

README

        

# DiceWBot
Backend for a Discord dice bot and dice rolling GUI Website

The bot will log any rolls made on the website into a designated channel on the discord server

Requires a .env file

## .env
```
BOT_TOKEN="DISCORD-BOT_TOKEN"
BOT_ID="BOT_USER_ID"
GUILD_ID="TESTING_GUILD_ID"
SESSION_SECRET="SESSION_SECRET"
PORT=5100 (example)
```