lita-discord
Discord adapter for Lita, using OAuth tokens.
No longer maintained
This repository is no longer maintained since I moved away from Lita to JDA. Feel free to use the code in this repository in your own Lita adapter.
Installation
Add lita-discord to your Lita instance's Gemfile:
gem "lita-discord_oauth"
Configuration
The adapter exposes two configuration settings:
-
config.adapters.discord_oauth.token = ''
Bot account token -
config.adapters.discord_oauth.client = ''
Bot client ID
You can get both these values from this page - Make sure that the application is a bot user!
Usage
This bot includes a custom help command. You must disable the built-in help command to prevent double output.