add spaces
This commit is contained in:
parent
2ddf4753c1
commit
675cabb310
1 changed files with 1 additions and 1 deletions
2
index.ts
2
index.ts
|
@ -80,7 +80,7 @@ function getEnabledPlugins() {
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
return `${counter}/${total} (official)` + (totalUserplugins ? `, ${userpluginsCount}/${totalUserplugins} (userplugins)` : "");
|
return `${counter} / ${total} (official)` + (totalUserplugins ? `, ${userpluginsCount} / ${totalUserplugins} (userplugins)` : "");
|
||||||
}
|
}
|
||||||
function getDonorStatus() {
|
function getDonorStatus() {
|
||||||
return GuildMemberStore.getMember("1015060230222131221", UserStore.getCurrentUser().id).roles.includes("1042507929485586532");
|
return GuildMemberStore.getMember("1015060230222131221", UserStore.getCurrentUser().id).roles.includes("1042507929485586532");
|
||||||
|
|
Loading…
Reference in a new issue