diff options
-rw-r--r-- | Gemfile | 3 | ||||
-rw-r--r-- | Procfile | 1 |
2 files changed, 4 insertions, 0 deletions
@@ -0,0 +1,3 @@ +source 'https://rubygems.org' + +gem 'discordrb' diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..bd1a03c --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +worker: bundle exec ./iada.rb |