Skip to content

fire/hedwig_discord

 
 

Repository files navigation

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.

About

Discord Adapter for Hedwig

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elixir 100.0%