Skip to content

A simple plugin to allow Cider to use popular Discord types such as "Listening to" and various other features.

Notifications You must be signed in to change notification settings

ciderapp/RicherCider-Vencord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

richerCider Plugin for Vencord

A plugin that provides a simple header rewrite to allow Cider to show as the listening activity type.

Created by cryptofyre

Installation Guide (Automated, Windows Only)

Run in Powershell (Non Admin)

Invoke-Expression (Invoke-WebRequest -Uri 'https://raw.githubusercontent.com/ciderapp/RicherCider-Vencord/main/Install-RicherCider.ps1' -UseBasicParsing).Content

Installation Guide (Manual)

You'll need the following dependencies

Run the following in Powershell

git clone https://github.com/Vendicated/Vencord; curl https://raw.githubusercontent.com/ciderapp/RicherCider-Vencord/main/richerCider.desktop.tsx -o Vencord/src/plugins/richerCider.desktop.tsx; cd Vencord/; pnpm install; pnpm build; pnpm inject;

Do not use public forks including this file as we cannot assure the legitmacy of the repo and its contents.