diff --git a/src/funcs/startuplog.js b/src/funcs/startuplog.js index 31258dc..5b1445f 100644 --- a/src/funcs/startuplog.js +++ b/src/funcs/startuplog.js @@ -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;