ops wrong reop

This commit is contained in:
404invalid-user 2021-08-25 01:06:25 +01:00
parent ec94c2080b
commit 32812b3429

View file

@ -7,7 +7,7 @@ const { version } = require('../../package.json')
module.exports = async() => {
let latestVersion;
let updatenote = 'no note';
await fetch('https://raw.githubusercontent.com/404invalid-user/discord-bitfield-calculator/main/package.json')
await fetch('https://raw.githubusercontent.com/404invalid-user/knightrider/main/package.json')
.then(res => res.json())
.then(json => {
latestVersion = json.version;