From 50d19e464f87b4e57405ff273086b94cbd99306b Mon Sep 17 00:00:00 2001 From: March 7th <71698422+aiko-chan-ai@users.noreply.github.com> Date: Mon, 28 Mar 2022 21:15:26 +0700 Subject: [PATCH] Update DOCUMENT.md --- DOCUMENT.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DOCUMENT.md b/DOCUMENT.md index 656d2e8..0f29b7c 100644 --- a/DOCUMENT.md +++ b/DOCUMENT.md @@ -164,13 +164,13 @@ Custom Status ```js const RichPresence = require('discord-rpc-contructor'); // My module :)) const custom = new RichPresence.CustomStatus() - .setUnicodeEmoji('🎮') // Set Unicode Emoji [Using one] + .setUnicodeEmoji('🎮') // Set Unicode Emoji [Using one] .setDiscordEmoji({ // Set Custom Emoji (Nitro Classic / Boost) [Using one] name: 'nom', id: '737373737373737373', animated: false, }) - .setState('Testing') // Name of presence + .setState('Testing') // Name of presence .toDiscord(); client.user.setActivity(custom); ``` @@ -346,4 +346,4 @@ await client.reddemNitro('code') ## Warning - This is a beta version, so there are some bugs. -- If you use the `Client.destroy()` function, for an account that uses 2FA, it will cause a logout and the Token will no longer be usable. \ No newline at end of file +- If you use the `Client.destroy()` function, for an account that uses 2FA, it will cause a logout and the Token will no longer be usable.