Discord adapter for Ruboty.
Install
# Gemfile
gem 'ruboty-discord'
Usage
- Create new App (https://discordapp.com/developers/applications/me/create)
- Get Client ID & bot user token
- Open
https://discordapp.com/oauth2/authorize?scope=bot&client_id=xxxxxxxxx
(Replacexxxxxxxxx
with client ID)
Environment variables
Name | Description |
---|---|
DISCORD_TOKEN |
Bot user's token. |