Fix user-id and invite-link messages sometimes being swapped in logs
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Bea 2022-08-25 23:03:33 +02:00
parent 7bbb22535a
commit 1cff5890bf
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ 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, 5);
logger.log("Bot User ID: " + botUserId, 4);
logger.log("Invite Link: " + standardInviteLink, 5);
}