lita-discord

Build Status Gem Version Gem Downloads Dependency status Codacy Badge

Discord adapter for Lita, using OAuth tokens.

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!

bot user

Usage

This bot includes a custom help command. You must disable the built-in help command to prevent double output.