Plugin for the SillyTavern server using Discord RPC.
Set your rich presence in Discord to the "SillyTavern" app. If you want to show your active chat character, you need to install a UI extension. Otherwise, a random funny quote will be shown.
https://github.com/Cohee1207/SillyTavern-DiscordRichPresence-UI
- Node.JS (latest stable preferred)
- SillyTavern (latest staging preferred)
- Discord
- Git
-
Before you begin, make sure you set a config
enableServerPlugins
totrue
in the config.yaml file of SillyTavern. -
Open a terminal in your SillyTavern directory, then run the following:
cd plugins
git clone https://github.com/Cohee1207/SillyTavern-DiscordRichPresence-Server
- Restart the SillyTavern server.
Not needed unless you want to make changes or contribute!
Clone this repository and run the following:
npm install
npm run build
This will create a plugin file (index.js) with everything needed bundled.
AGPL-3.0