Skip to content

Ruby version of the Discord bot I started in Node.js

License

Notifications You must be signed in to change notification settings

sensiblepuffin/k2so-rb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Discord bot written in Ruby.

Originally designed to make my friends laugh, but ever since I got fed up with Node.js (too many broken Promises, heh), it's been half that and half learning opportunity.

I use Heroku for their free plan. If you want to run this on your own Heroku dyno, you'll need buildpacks for the following:

* libsodium
* ffmpeg
* libopus

And obviously, the multipack buildpack. These are the ones that I use:

https://github.com/renanoronfle/heroku-multipack.git
https://github.com/JustinLove/heroku-buildpack-libsodium.git
https://github.com/shunjikonishi/heroku-buildpack-ffmpeg.git
https://github.com/Crazycatz00/heroku-buildpack-libopus.git

Obviously if you're running it on a personal server or in some other instance, you'll have to make sure these dependencies are installed.

About

Ruby version of the Discord bot I started in Node.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages