Skip to content
Snippets Groups Projects
Commit 9e8a020e authored by Robert Long's avatar Robert Long
Browse files

Add allow_multi parameter

parent f4b9d8bc
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,8 @@ async function spawnBot(id) { ...@@ -30,7 +30,8 @@ async function spawnBot(id) {
const params = { const params = {
room: options["--room"], room: options["--room"],
bot: true, bot: true,
name: `Bot ${id}` name: `Bot ${id}`,
allow_multi: true
}; };
const url = `https://${options["--host"]}/hub.html?${querystring.stringify(params)}`; const url = `https://${options["--host"]}/hub.html?${querystring.stringify(params)}`;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment