From 3184e9cb02bde4ebe72c98e9768d0dfa35134076 Mon Sep 17 00:00:00 2001 From: BrokenFire Date: Wed, 13 Dec 2017 00:33:56 +0100 Subject: [PATCH] Stupid mistake... --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 5949ebc..e3b7ecc 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: java -Dlog4j.configurationFile=/app/Heroku/log4j2.xml -jar /app/build/libs/DiscordBot-0.1.0.jar -t $TOKEN +web: java -jar /app/build/libs/DiscordBot-0.1.0.jar -t $TOKEN