1.1.14 - importing and what not
This commit is contained in:
parent
def6d5286d
commit
b0ebe66d54
16 changed files with 500 additions and 51 deletions
|
|
@ -6,7 +6,6 @@ const logger = require('./winston');
|
|||
class Integrations extends EventEmitter {
|
||||
|
||||
//LastFM, Discord etc
|
||||
|
||||
constructor(settings) {
|
||||
super();
|
||||
|
||||
|
|
@ -67,7 +66,7 @@ class Integrations extends EventEmitter {
|
|||
//Connect to discord client
|
||||
connectDiscord() {
|
||||
//Don't steal, k ty
|
||||
const CLIENTID = '759835951450292324';
|
||||
const CLIENTID = '803292927227854878';
|
||||
|
||||
this.discordReady = false;
|
||||
DiscordRPC.register(CLIENTID);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue