Lower invite-link logging delay

This commit is contained in:
Bea 2022-08-26 20:29:10 +02:00
parent a18b34b784
commit 3cf8a1c92a
1 changed files with 2 additions and 2 deletions

View File

@ -84,8 +84,8 @@ public class HidekoBot
logger.log("Ready!\n\n" + logger.getLogo() + "\nv" + version + " - bot is ready!\n", 2);
// log the invite-link to console so noob users can just click on it.
logger.log("Bot User ID: " + botUserId, 4);
logger.log("Invite Link: " + standardInviteLink, 5);
logger.log("Bot User ID: " + botUserId, 3);
logger.log("Invite Link: " + standardInviteLink, 4);
}
public static JDA getAPI()