Skip to content

Commit 06956ac

Browse files
authored
Now checks for updates on startup
1 parent a91e528 commit 06956ac

File tree

4 files changed

+559
-4
lines changed

4 files changed

+559
-4
lines changed

index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
const { Client, Collection, GatewayIntentBits } = require('discord.js');
22
const { token } = require('./config.json');
3+
const { checkUpdate } = require('./upd.js');
4+
35
const fs = require('node:fs');
46
const path = require('node:path');
57

0 commit comments

Comments
 (0)