pingのところいじった

This commit is contained in:
na2na 2022-06-14 00:00:00 +09:00
parent b157d0a868
commit 003043247c

View file

@ -15,7 +15,7 @@ export default class extends Module {
@autobind
private async mentionHook(msg: Message) {
if (msg.text && (msg.text.includes('ping') || msg.text.includes('おい'))) {
if (msg.text.includes('おい')) {
if (msg.text.includes('おい') && this.ai.isMaster(msg.userId)) {
msg.reply('はい。。。', {
immediate: true
});