Update src/server.js

Co-authored-by: tsomic <60610467+tsomic@users.noreply.github.com>
This commit is contained in:
StarAppeal
2022-03-04 23:32:50 +01:00
committed by GitHub
parent c9d8d30128
commit 3f5a2458bc
+1 -1
View File
@@ -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();
}