1.1.14 - importing and what not

This commit is contained in:
exttex
2021-01-25 21:00:06 +01:00
parent def6d5286d
commit b0ebe66d54
16 changed files with 500 additions and 51 deletions

View File

@ -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);