discord-client/webpack/init/local-channels.js

17 lines
318 B
JavaScript

/* (1) Initialisation
---------------------------------------------------------*/
/* (1) Init @channel object */
gs.set('lchannel', [
{
type: 'text',
visible: true,
list: [ 'general', 'test-text' ],
active: 0
},
{
type: 'voice',
visible: true,
list: [ 'general' , 'test-voice' ],
active: null
}
]);