aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNat Lasseter <user@4574.co.uk>2020-12-30 21:41:42 +0000
committerNat Lasseter <user@4574.co.uk>2020-12-30 21:41:42 +0000
commit2ae22b3575b245aec5e10f0aca65e11b96fe1984 (patch)
treec8884c94a872885a5d476c78f4617c50a1b423d7
parent97ffb67aa2e73a3f5df4e3dbd5c2a9e5f7e5dfb0 (diff)
Ruby/Heroku stuff
-rw-r--r--Gemfile3
-rw-r--r--Procfile1
2 files changed, 4 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
new file mode 100644
index 0000000..69e990d
--- /dev/null
+++ b/Gemfile
@@ -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