Skip to content

A Dice rolling discord bot. This is primarily focused for tabletop rpgs such as D&D.

Notifications You must be signed in to change notification settings

ttocsneb/discordDiceBot

 
 

Repository files navigation

Build Status CodeFactor

Discord Dice Roller Bot

This bot is still in early stages of development, but you can invite it to your server using this link. It may run on stable development builds ahead of the master branch. If you would like to host this bot yourself, you are welcome to!

installation

  1. Make sure you have at least python 3.5.x installed!

  2. Create a python virtualenv

To create a virtualenv, first install virtualenv with python3 -m pip install virtualenv

Next, create the venv in the project directory python3 -m virtualenv venv

  1. Run the installer.

You can either install manually using the command python -m pip install -r requirements.txt after sourcing venv, or by running install.bat/install.sh

  1. Start the bot

You can start the bot with start.bat or start.sh or start.py

If on linux, you can also run source venv/bin/activate && dice_roller

About

A Dice rolling discord bot. This is primarily focused for tabletop rpgs such as D&D.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 97.4%
  • Shell 1.2%
  • Other 1.4%