mirror of
https://github.com/syuilo/ai.git
synced 2024-11-12 17:08:00 +00:00
Fix
This commit is contained in:
parent
0a20101c1f
commit
eda2a6a798
|
@ -307,7 +307,7 @@ export default class CoreModule implements IModule {
|
|||
return true;
|
||||
}
|
||||
|
||||
private ponkotu = (msg: MessageLike): boolean |Result => {
|
||||
private ponkotu = (msg: MessageLike): boolean | Result => {
|
||||
if (!msg.includes(['ぽんこつ'])) return false;
|
||||
|
||||
msg.friend.decLove();
|
||||
|
|
Loading…
Reference in a new issue