updating for readme.md

This commit is contained in:
John Facey
2021-12-24 18:33:38 -06:00
parent e85d5644d4
commit b5c3743c1f
4 changed files with 20 additions and 33 deletions

View File

@@ -12,7 +12,7 @@ const server = express();
var libFlayer = require("./libFlayer.js");
server.all("/",(req, res) => {
var htmlOutput = `"Bot is Ready - Sources loading <br />"`;
var htmlOutput = "Bot is Ready - Sources loading <br />";
var sources = libFlayer.getSources();
sources.forEach(source => {