Skip to content

Useful information for developers of unofficial Revolt clients.

Notifications You must be signed in to change notification settings

Revolt-Unofficial-Clients/client-dev-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Revolt Unofficial Clients Dev Docs

This repository is here to document standardization between unofficial clients. This includes settings keys, badges, functions, and more.

Most functions should use (or try to use) what revite uses. (for example themes, use the revite appearance settings key, don't make your own)

Settings Keys

Usage:

// this is just a revolt.js example, replace 'collapsed' and it's data with whatever you're using
client.syncSetSettings({ collapsed: ["01GE586H4GP9G5T97VEDQSS76B"] });

Aside from the default settings keys, here are additionals:

  • collapsed - An array of (JSON-stringified) category IDs that are currently collapsed for the user. Example: image

About

Useful information for developers of unofficial Revolt clients.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published