mirror of
https://github.com/nullnyat/NullcatChan.git
synced 2025-04-29 07:37:22 +09:00
Fix
This commit is contained in:
parent
0a20101c1f
commit
eda2a6a798
@ -307,7 +307,7 @@ export default class CoreModule implements IModule {
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
private ponkotu = (msg: MessageLike): boolean |Result => {
|
private ponkotu = (msg: MessageLike): boolean | Result => {
|
||||||
if (!msg.includes(['ぽんこつ'])) return false;
|
if (!msg.includes(['ぽんこつ'])) return false;
|
||||||
|
|
||||||
msg.friend.decLove();
|
msg.friend.decLove();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user