mirror of
https://github.com/syuilo/ai.git
synced 2024-11-09 23:48:01 +00:00
Improve AI
This commit is contained in:
parent
6bda8d0c7e
commit
e90cafe29a
|
@ -114,7 +114,7 @@ export default class ServerModule implements IModule {
|
|||
public onReplyThisModule = (msg: MessageLike) => {
|
||||
if (msg.text == null) return;
|
||||
|
||||
if (msg.text.includes('やめ')) {
|
||||
if (msg.text.includes('やめ') || msg.text.includes('まって')) {
|
||||
if (msg.user.isAdmin) {
|
||||
msg.reply(serifs.REBOOT_CANCEL_REQUESTED_ACCEPT);
|
||||
|
||||
|
|
Loading…
Reference in a new issue