GitXplorerGitXplorer
a

discord-bot

public
1 stars
0 forks
3 issues

Commits

List of commits on branch master.
Unverified
4b3c58aa18c9741647d975d9b526bf291904e600

docs(sts): add readme to slay the spire plugin

aannapoulakos committed 7 years ago
Unverified
5222947715dedee7c4e51532169eccb73d6b364b

3.0.28

aannapoulakos committed 7 years ago
Unverified
591319d69b2a43cf307ff868c2be73aad169a35a

docs(contrib): add contributing guidelinse

aannapoulakos committed 7 years ago
Unverified
e9a7de8342b89c1027ace31e3ccfa3ce8423e537

chore(templates): add issue and pr templates

committed 7 years ago
Unverified
e0237f0a25796695fffd9d99eb1b033cc7448bec

fix(sts): remove deprecated data files

aannapoulakos committed 7 years ago
Unverified
b46109fe7cef5c1ebd06fcffbb8017081a284104

feat(sts): add slay the spire plugin (not tested under new framework)

aannapoulakos committed 7 years ago

README

The README file for this repository.

discord-bot

A simple, pluggable Discord bot. This bot was originally written to serve Magic: the Gathering cards to users, but is now also serving any number of plugins across a variety of topics.

Configuration

Create a config.json file containing the Discord tokens for rooms you want the bot to be a part of. You will additionally have to configure the other pieces of the Discord stack separately. Replace the NAME and DISCORD_BOT_TOKEN with the name of the discord you are using and the appropriate bot token. You can set run to `false in order to disable the bot the next time it starts.

Running

Running the bot is a simple command: node bot.js ./config.example.json (using your actual config file).