ops wrong reop
This commit is contained in:
parent
ec94c2080b
commit
32812b3429
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue