Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/b-andir/dicewbot
- Owner: B-andir
- Created: 2024-05-15T09:21:22.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-22T23:39:25.000Z (7 months ago)
- Last Synced: 2024-06-23T09:27:57.606Z (7 months ago)
- Language: JavaScript
- Size: 1.32 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DiceWBot
Backend for a Discord dice bot and dice rolling GUI WebsiteThe 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)
```