Simplified !chrono message.
This commit is contained in:
parent
f5da3a6ae4
commit
66bb09ef87
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue