Skip to content

MikeActually/jackbox-discord-app

Repository files navigation

Jackbox Game Selector Discord Bot

Summary

A Discord bot that will respond with a random game from within the Jackbox Party Packs

How to start

  1. creating a bot
  2. Create a bot on Discord.com
    1. Generate bot oauth key
    2. invite bot to server that you'd like to use jackbox
    3. update docker-compose.yml with oauth key
  3. updating the games list
    1. create a list of games you'd like to support in the same format as the `src/data/testgames.json
    2. save the games list within the app structure or to a url
    3. update docker-compose.yml env value GAMESLIST with the path to the file; this supports external URLs
  4. run docker-compose up from base folder

Commands

Random Game

/jackboxrandom players: 3

players

Defines the number of players desired to be supported required

/jackboxrandom players: 3

audience

Allows player count overages to spill into audience, if game supports it default: false

/jackboxrandom players: 3 audience: true

packs

Allows to limit game choices to specific packs default: all

/jackboxrandom players: 3 packs: 1,5,8
/jackboxrandom players: 3 packs: pack1,pack5,pack8

About the Project

Homepage

Author: Michael Heath

Github: MikeActually

Discord: MikeActually#3225

Twitter: @themikeactually

Discord Bots

Donate

Venmo: MikeActually

About

App for Discord integration of randomizer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published