Skip to content

Commit

Permalink
Now checks for updates on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
Slingexe authored Jan 21, 2025
1 parent a91e528 commit 06956ac
Show file tree
Hide file tree
Showing 4 changed files with 559 additions and 4 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
const { Client, Collection, GatewayIntentBits } = require('discord.js');
const { token } = require('./config.json');
const { checkUpdate } = require('./upd.js');

const fs = require('node:fs');
const path = require('node:path');

Expand Down
Loading

0 comments on commit 06956ac

Please sign in to comment.