hard-code file path for deployment check
parent
7ed5d26a75
commit
ce026ac1d3
|
@ -12,7 +12,7 @@ public class Main{
|
||||||
// Insert your bot's token here
|
// Insert your bot's token here
|
||||||
String token = args[0];
|
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();
|
check.start();
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue