Skip to content

forsbja/discord-bot

Repository files navigation

Discord Bot

Set Up

To use this bot clone the repository. Then create a new bot on the discord developer portal. Then create a config.json file in the resources directory with the following format:

{
  "prefix": "[prefix to trigger the bot]",
  "token": "[token from discord portal]"
}

Using Docker

Running Normally

First run the following to install all necessary dependencies:

$ npm install

Then to start the bot use:

$ npm start

Supported Commands

!help ~ lists all current commands with a description
!trivia ~ asks you a trivia question
!adventure ~ Creates an rpg game with multiple endings
TBD - !play ~ plays a song on the bot in a voice channel

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published