Rebrand and fix links and tags (#5)
Co-authored-by: Kedas <m@yarn.network> Co-authored-by: IThundxr <harshdhaliwal9767@gmail.com> Co-authored-by: IThundxr <contact@ithundxr.dev>
This commit is contained in:
parent
8d04dd5c97
commit
3e56cecbbf
9 changed files with 38 additions and 51 deletions
|
@ -7,7 +7,7 @@ export const starsCommand = async (
|
|||
await i.deferReply();
|
||||
|
||||
/* CHANGEME */
|
||||
const count = await fetch('https://api.github.com/repos/PolyMC/PolyMC')
|
||||
const count = await fetch('https://api.github.com/repos/PrismLauncher/PrismLauncher')
|
||||
.then((r) => r.json() as Promise<{ stargazers_count: number }>)
|
||||
.then((j) => j.stargazers_count);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue