mirror of
https://github.com/syuilo/ai.git
synced 2024-11-09 23:48:01 +00:00
おっは対応
This commit is contained in:
parent
a65e2371e9
commit
7403b92a24
|
@ -153,6 +153,7 @@ export default class CoreModule implements IModule {
|
|||
|
||||
if (msg.includes(['おは', 'お早う'])) {
|
||||
msg.reply(serifs.core.goodMorning(tension, msg.friend.name));
|
||||
if (msg.includes(['おは', 'おっは', 'お早う'])) {
|
||||
incLove();
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue