Update src/server.js
Co-authored-by: tsomic <60610467+tsomic@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ for (let i = 0; i < bots.length; i++) {
|
||||
}
|
||||
|
||||
async function startBot(botConfig) {
|
||||
let bot = new GenericBot(botConfig);
|
||||
const bot = new GenericBot(botConfig);
|
||||
if (botConfig.respondToMentions) {
|
||||
bot.inboxLoop();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user