change set to opt

This commit is contained in:
hgw 2023-10-02 02:11:25 +00:00
parent 0cdb91a1fb
commit 100cc1b5dd
1 changed files with 1 additions and 1 deletions

2
bot.js
View File

@ -135,7 +135,7 @@ bot.addListener('message', function(nick, to, text, from) {
feed(to, nick, args[1], args[2]);
} else if (args[0] === config.irc.prefix+'twitter') {
twitter(to, args[1], args[2])
} else if (args[0] === config.irc.prefix+'set') {
} else if (args[0] === config.irc.prefix+'opt') {
opt(to, nick, args[1], args[2], args[3])
}
});