mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-18 21:33:35 -05:00
Fix json for quoter
This commit is contained in:
parent
bea836214e
commit
6bd407e8a2
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ function registerStyleChange(style) {
|
||||||
}
|
}
|
||||||
|
|
||||||
async function setIsUserCustomCapable() {
|
async function setIsUserCustomCapable() {
|
||||||
const allowList: string[] = await fetch("https://raw.githubusercontent.com/Equicord/Equibored/main/quoterusers.json").then(e => e.json());
|
const allowList: string[] = await fetch("https://raw.githubusercontent.com/Equicord/Equibored/main/misc/quoterusers.json").then(e => e.json());
|
||||||
isUserCustomCapable = allowList.includes(UserStore.getCurrentUser().id);
|
isUserCustomCapable = allowList.includes(UserStore.getCurrentUser().id);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue