Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ykzts/ruboty-discord
Discord adapter for Ruboty.
https://github.com/ykzts/ruboty-discord
bot discord ruboty ruby
Last synced: about 14 hours ago
JSON representation
Discord adapter for Ruboty.
- Host: GitHub
- URL: https://github.com/ykzts/ruboty-discord
- Owner: ykzts
- License: mit
- Created: 2017-11-07T05:03:46.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-11T12:34:30.000Z (about 7 years ago)
- Last Synced: 2024-12-26T21:25:41.662Z (11 days ago)
- Topics: bot, discord, ruboty, ruby
- Language: Ruby
- Homepage: https://rubygems.org/gems/ruboty-discord
- Size: 17.6 KB
- Stars: 20
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Ruboty::Discord [![build status](https://travis-ci.org/ykzts/ruboty-discord.svg?branch=master)](https://travis-ci.org/ykzts/ruboty-discord)
Discord adapter for [Ruboty](https://github.com/r7kamura/ruboty).
## Install
```ruby
# Gemfile
gem 'ruboty-discord'
```## Usage
1. Create new App ([https://discordapp.com/developers/applications/me/create](https://discordapp.com/developers/applications/me/create))
2. Get Client ID & bot user token
3. Open `https://discordapp.com/oauth2/authorize?scope=bot&client_id=xxxxxxxxx` (Replace `xxxxxxxxx` with client ID)## Environment variables
| Name | Description |
|-----------------|-------------------|
| `DISCORD_TOKEN` | Bot user's token. |## License
[MIT](LICENSE)