From 81e7d8c720dd1150d1e4aba3788ddf7d65aee824 Mon Sep 17 00:00:00 2001 From: BrokenFire Date: Tue, 12 Dec 2017 01:33:24 +0100 Subject: [PATCH] still heroku test :) --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 026af41..5949ebc 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -worker: java -Dlog4j.configurationFile=/app/Heroku/log4j2.xml -jar /app/build/libs/DiscordBot-0.1.0.jar -t $TOKEN +web: java -Dlog4j.configurationFile=/app/Heroku/log4j2.xml -jar /app/build/libs/DiscordBot-0.1.0.jar -t $TOKEN