/hedwig_discord

Discord Adapter for Hedwig

Primary LanguageElixirMIT LicenseMIT

Hedwig Discord Adapter

A Discord Adapter for Hedwig

Build Status

This is a thing, I suppose. A quickish modification of hedwig_slack to satisfy my curiosity about building a cross-platform chat bot.

PRs welcome (note the code of conduct plx), but don't use this if you want something that works. This is a cheap play project right now.

INSTALL

Edit or create your config file:

To run Nostrum you need the following two fields:

config :nostrum,
  token: "TOKEN", # The token of your bot as a string
  num_shards: 2 # The number of shards you want to run your bot under, or :auto.

LICENSE

Copyright (c) 2017, Liss McCabe.

Hedwig Discord source code is licensed under the MIT License.