Fixes 2.0 (#8)

This commit is contained in:
IThundxr 2022-10-22 02:16:58 -04:00 committed by GitHub
parent 13effc58fe
commit a88ccd92ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 4 additions and 8 deletions

View file

@ -6,7 +6,6 @@ export const starsCommand = async (
) => {
await i.deferReply();
/* CHANGEME */
const count = await fetch(
'https://api.github.com/repos/PrismLauncher/PrismLauncher'
)