kreicer / dice-roller-bot

Discord bot for rolling dice.
GNU General Public License v3.0
15 stars 3 forks source link
bot discord discord-bot

dice-roller-bot

Discord Bots

Installation and run

Few simple steps for bot installation:

  1. Clone this repository
    git clone git@github.com:kreicer/dice-roller-bot.git
  2. Go to repository directory
    cd dice-roller-bot
  3. Install python requirements
    pip install -r requirements.txt
  4. Create config file in repository directory
    touch config
  5. Register and create app in Discord developers portal
  6. Add bot token, commands prefix, path to jokes database and top.gg integration options into config.py
    
    [bot]
    name = <bot_name>
    version = <bot_version>
    token = <token_here>
    shards = <number_of_shards_here>
    prefix = <prefix_here>

[developer] name = link = https://discordapp.com/users/ github_link =

[community] policy = support = http://discord.gg/

[topgg] enable = link = token =

[metrics] enable = port = python_ext =

[db] jokes = databases/.db admin = databases/.db

[dir] feedback = jokes =

[log] file = .log

7. Run bot
```console
python bot.py

Usage

Use help command or tag bot to list all available commands.

Future features

Known issues