mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-09 14:43:03 -04:00
Add Vencord.Api.isEquicord
This commit is contained in:
parent
be270012bd
commit
549923ed16
2 changed files with 6 additions and 1 deletions
|
@ -122,3 +122,8 @@ export const MessageUpdater = $MessageUpdater;
|
|||
* An API allowing you to get an user setting
|
||||
*/
|
||||
export const UserSettings = $UserSettings;
|
||||
|
||||
/**
|
||||
* Just used to identify if user is on Equicord as Vencord doesnt have this
|
||||
*/
|
||||
export const isEquicord = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue