Simplified !chrono message.
This commit is contained in:
parent
f5da3a6ae4
commit
66bb09ef87
@ -42,8 +42,8 @@ public class ChronoHook extends Hook
|
||||
if (StringUtils.equalsAnyIgnoreCase(message, "!chrono"))
|
||||
{
|
||||
logger.info("!chrono caught.");
|
||||
bot.sendChronoMessage();
|
||||
// bot.sendMessage(bot.getChrono().format());
|
||||
// bot.sendChronoMessage();
|
||||
bot.sendMessage(bot.getChrono().format());
|
||||
|
||||
result = true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user