Fixed update and verify

This commit is contained in:
2023-03-28 17:19:25 +02:00
parent 000a45b4db
commit 083ab32eb5
3 changed files with 35 additions and 26 deletions

View File

@@ -1,8 +1,7 @@
const { REST, Routes } = require('discord.js');
const { clientId, realguildId, testguildId, token } = require('./config.json');
const { clientId, guildId, token } = require('./config.json');
const fs = require('node:fs');
const guildId = realguildId;
const commands = [];
// Grab all the command files from the commands directory you created earlier