Fix logger timestamp not showing time
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -46,8 +46,8 @@ public class HidekoBot
|
||||
standardInviteLink = standardInviteLink.replace("%userid%", botUserId);
|
||||
|
||||
// log the invite-link to console so noob users can just click on it.
|
||||
logger.log("Bot User ID: " + botUserId, 10);
|
||||
logger.log("Invite Link: " + standardInviteLink, 10);
|
||||
logger.log("Bot User ID: " + botUserId, 5);
|
||||
logger.log("Invite Link: " + standardInviteLink, 5);
|
||||
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user