Added Quack language for the memes
This commit is contained in:
parent
b8e414ae7b
commit
31783d30d2
2 changed files with 369 additions and 1 deletions
|
@ -62,7 +62,6 @@ export default class DiscordRichPresence {
|
|||
|
||||
// Create the client
|
||||
this._client = new RPC.Client({transport: "ipc"});
|
||||
|
||||
// Runs on Ready
|
||||
this._client.on('ready', () => {
|
||||
console.info(`[DiscordRPC][connect] Successfully Connected to Discord. Authed for user: ${this._client.user.id}.`);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue