Added Quack language for the memes

This commit is contained in:
child_duckling 2022-02-11 21:43:45 -08:00
parent b8e414ae7b
commit 31783d30d2
2 changed files with 369 additions and 1 deletions

View file

@ -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}.`);