init commit
This commit is contained in:
11
libs/phantombot/web/ytplayer/js/playerConfig.js
Normal file
11
libs/phantombot/web/ytplayer/js/playerConfig.js
Normal file
@@ -0,0 +1,11 @@
|
||||
// Configuration for YTPlayer
|
||||
// Automatically Generated by PhantomBot at Startup
|
||||
// Do NOT Modify! Overwritten when PhantomBot is restarted!
|
||||
var playerPort = 25000;
|
||||
var channelName = "zino1337";
|
||||
var auth="5TeJqWPU4j5avTqmdwgvsPPhqd8yY1";
|
||||
var http="https://";
|
||||
function getPlayerPort() { return playerPort; }
|
||||
function getChannelName() { return channelName; }
|
||||
function getAuth() { return auth; }
|
||||
function getProtocol() { return http; }
|
||||
Reference in New Issue
Block a user