mirror of
https://github.com/nullnyat/NullcatChan.git
synced 2025-09-01 02:02:37 +09:00
✌️
This commit is contained in:
@ -31,7 +31,7 @@ export default class extends Module {
|
||||
noteId: note.id,
|
||||
reaction: reaction
|
||||
});
|
||||
}, 1000);
|
||||
}, 1500);
|
||||
};
|
||||
|
||||
const customEmojis = note.text.match(/:([^\n:]+?):/g);
|
||||
|
@ -15,7 +15,9 @@ export default class extends Module {
|
||||
@autobind
|
||||
private async mentionHook(msg: Message) {
|
||||
if (msg.text && msg.text.includes('ping')) {
|
||||
msg.reply('PONG!');
|
||||
msg.reply('PONG!', {
|
||||
immediate: true
|
||||
});
|
||||
return true;
|
||||
} else {
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user