https://github.com/djiit/err-discord
Discord utilities for Errbot
https://github.com/djiit/err-discord
Last synced: about 1 month ago
JSON representation
Discord utilities for Errbot
- Host: GitHub
- URL: https://github.com/djiit/err-discord
- Owner: Djiit
- Created: 2017-08-15T11:26:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-15T11:28:50.000Z (over 7 years ago)
- Last Synced: 2025-01-29T22:46:38.182Z (3 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# err-discord - Discord utilities for Errbot
[](https://travis-ci.org/Djiit/err-discord) [](https://coveralls.io/github/Djiit/err-discord?branch=master)
Err-discord is a plugin for [Err](https://github.com/gbin/err) that helps you use Discord as a backend. **It requires Python 3.6+**.
## Features
* Add `/discord/invite` webhook that redirects to Discord invitation link.
* Add `!discord` command that displays a Discord invitation link.Have an idea ? Open an [issue](https://github.com/Djiit/err-discord/issues) or send me a [Pull Request](https://github.com/Djiit/err-discord/pulls).
## Usage
### Installation
As admin of an err chatbot, send the following command over XMPP:
```
!repos install https://github.com/Djiit/err-discord.git
```### Commands
Use `!help Discord` to see the available commands and their explanation.
## Configuration
Send configuration commands through chat message to this plugins as in :
```
!plugin config Discord {'DISCORD_CLIENT_ID': 'your_client_id_here'}
```