poll slower

milan
BodgeMaster 2022-02-20 08:45:55 +01:00
parent ce026ac1d3
commit 4b075d63ed
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, "/var/www/deployment/Hacky-Quizbot/id.txt");
CheckDeploy check = new CheckDeploy(7500, "/var/www/deployment/Hacky-Quizbot/id.txt");
check.start();