Skip to content

shxdes69/vencord-animated-Status

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

⚠️ IMPORTANT: DO NOT USE WITH VENCORD TOOLBOX

You must NOT have Vencord Toolbox enabled.
Don’t check plugin settings — instead, look at the top right of your Discord window. That’s where the plugin icon appears. MUST ONLY HAVE THE animated status FOLDER with index.tsx & css OTHERWISE WILL THROW ERRORS Contact on Discord: shxdes0


DISCLAIMER

THIS PLUGIN MIGHT GET YOU BANNED FROM DISCORD SO USE IT AT YOUR OWN RISK. I'M NOT RESPONSIBLE FOR ANY BANS.
I'm a shit coder, so ignore the shit code. If you’ve got any improvements, open an issue or pull request.


Features

Status Messages

Status Message
Status Message Preview 2

  • Supports Discord/Nitro emojis (I don’t have Nitro to test it—normal emojis work tho). Can do an issue/pull request if you got ideas, I don’t fw Discord.
  • Preview your status before adding it (cool shiii).
  • Set different Discord statuses (Online, Idle, Do Not Disturb, Invisible).
  • Organize messages with categories for better management.
    i hate it

Animation Settings

Animation Settings


Notes

  • The plugin is still in development, so expect some bugs and unfinished features.
  • The plugin is not compatible with the VencordToolbox plugin (we use the same patcher, so yeah).

Usage

placement

  • Open the plugin settings by clicking on the clock in the top right corner of the Discord bar.

Installation

First Time Setup

Vencord isn't modular, so you'll need to build from source to add custom plugins.
Check out this guide to get started: https://docs.vencord.dev/installing/custom-plugins/


One-liner Install Commands (choose based on your shell):

Bash (Linux/macOS/git-bash):

git clone -n --depth=1 --filter=tree:0 https://github.com/shxdes69/vencord-animated-Status && cd vencord-animated-Status && git sparse-checkout set "animated status" --no-cone && git checkout

PowerShell (Windows):

git clone -n --depth=1 --filter=tree:0 https://github.com/shxdes69/vencord-animated-Status; Set-Location vencord-animated-Status; git sparse-checkout init --no-cone; git sparse-checkout set "animated status"; git checkout

Manual Install

  1. Open your terminal and go to the src/userplugins folder (create it if it doesn't exist):
    cd src/userplugins
  2. Clone this repository:
    git clone https://github.com/shxdes69/vencord-animated-Status
  3. Rebuild Vencord following the instructions in the documentation.

How to Update the Plugin

To grab the latest features and bug fixes:

cd src/userplugins/vencord-animated-Status
git pull

Then rebuild Vencord as needed.


Support

If you encounter any issues or have suggestions, open an issue on the GitHub repo.
You can DM me on Discord: shxdes0 (ID: 705545572299571220)


Credits

  • toluschr – Creator of the original BetterDiscord plugin.

About

as name says

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published