hard-code file path for deployment check

milan
BodgeMaster 2022-02-20 08:41:52 +01:00
parent 7ed5d26a75
commit ce026ac1d3
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ public class Main{
// Insert your bot's token here
String token = args[0];
CheckDeploy check = new CheckDeploy(3000, "Enter Filename Here");
CheckDeploy check = new CheckDeploy(3000, "/var/www/deployment/Hacky-Quizbot/id.txt");
check.start();