Lower invite-link logging delay
This commit is contained in:
parent
a18b34b784
commit
3cf8a1c92a
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user