Fix leave message
This commit is contained in:
parent
7fbe35b83b
commit
fcf45eb5be
|
@ -22,7 +22,7 @@ public class LeaveListener extends ListenerAdapter {
|
||||||
}
|
}
|
||||||
if(time > 0) {
|
if(time > 0) {
|
||||||
biscuit.log(BColor.YELLOW + "USER LEFT: " + user.getName() + " " + user.getAsMention());
|
biscuit.log(BColor.YELLOW + "USER LEFT: " + user.getName() + " " + user.getAsMention());
|
||||||
biscuit.captchaLog("**User Left: ** ``" + user.getName() + "`` " + user.getAsMention() + "``");
|
biscuit.captchaLog("**User Left: ** ``" + user.getName() + "`` " + user.getAsMention());
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue