From aa8784c2186b5dc00c2b72d63d85008fdda42582 Mon Sep 17 00:00:00 2001 From: BrokenFire Date: Tue, 12 Dec 2017 01:49:23 +0100 Subject: [PATCH] Almost done! Well I think.... --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index f8ed8df..7323689 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: java -Dlog4j.configurationFile=/app/Heroku/log4j2.xml -jar /app/build/libs/DiscordBot-0.1.0.jar --server.port=80 -t $TOKEN +web: java -Dlog4j.configurationFile=/app/Heroku/log4j2.xml -jar /app/build/libs/DiscordBot-0.1.0.jar --server.port=$PORT -t $TOKEN