Equibored

This commit is contained in:
thororen1234 2024-07-18 19:54:32 -04:00
parent 970df08aa2
commit 41666766cc
5 changed files with 9 additions and 9 deletions

View file

@ -195,7 +195,7 @@ function registerStyleChange(style) {
}
async function setIsUserCustomCapable() {
const allowList: string[] = await fetch("https://raw.githubusercontent.com/Equicord/Ignore/main/quoterusers.json").then(e => e.json());
const allowList: string[] = await fetch("https://raw.githubusercontent.com/Equicord/Equibored/main/quoterusers.json").then(e => e.json());
isUserCustomCapable = allowList.includes(UserStore.getCurrentUser().id);
}