We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b069369 commit e541293Copy full SHA for e541293
sinusbot.class.php
@@ -1781,7 +1781,7 @@ public function getWebStream($instanceUUID = NULL) {
1781
$token = $this->getWebStreamToken($instanceUUID);
1782
if ($token == NULL) return NULL;
1783
1784
- return $this->apiURL.'/bot/i/'.$instanceUUID.'/stream/'.$token;
+ return $this->apiURL.'/b/bot/i/'.$instanceUUID.'/stream/'.$token;
1785
}
1786
1787
0 commit comments