This commit is contained in:
syuilo 2019-01-13 12:12:48 +09:00
parent 0a20101c1f
commit eda2a6a798
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -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();