Improve AI

This commit is contained in:
syuilo 2018-08-14 01:20:04 +09:00
parent 6bda8d0c7e
commit e90cafe29a

View file

@ -114,7 +114,7 @@ export default class ServerModule implements IModule {
public onReplyThisModule = (msg: MessageLike) => { public onReplyThisModule = (msg: MessageLike) => {
if (msg.text == null) return; if (msg.text == null) return;
if (msg.text.includes('やめ')) { if (msg.text.includes('やめ') || msg.text.includes('まって')) {
if (msg.user.isAdmin) { if (msg.user.isAdmin) {
msg.reply(serifs.REBOOT_CANCEL_REQUESTED_ACCEPT); msg.reply(serifs.REBOOT_CANCEL_REQUESTED_ACCEPT);