Sha256: d7a28ace203148ed9dcb8f0f5139b4c9fd2a6e38b304a7a426d7b85800bfc4ff

Contents?: true

Size: 618 Bytes

Versions: 1

Compression:

Stored size: 618 Bytes

Contents

# 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)

## ENV

```plain
DISCORD_TOKEN - Account's token
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ruboty-discord-1.0.0 README.md