0.01
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
Discord adapter for Ruboty.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.6
>= 0
~> 3.7
~> 0.51

Runtime

~> 3.2
>= 1.0.4
 Project Readme

Ruboty::Discord build status

Discord adapter for Ruboty.

Install

# Gemfile
gem 'ruboty-discord'

Usage

  1. Create new App (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