diff --git a/scripts/bot/run-bot.js b/scripts/bot/run-bot.js
index 07f02eb5a775d60bfda1f514f6126ff350e39c5c..fe3f16b40cbd43e32ab4e9c59d8fead4f3e20b19 100755
--- a/scripts/bot/run-bot.js
+++ b/scripts/bot/run-bot.js
@@ -30,7 +30,8 @@ async function spawnBot(id) {
   const params = {
     room: options["--room"],
     bot: true,
-    name: `Bot ${id}`
+    name: `Bot ${id}`,
+    allow_multi: true
   };
   const url = `https://${options["--host"]}/hub.html?${querystring.stringify(params)}`;