Added small patches

This commit is contained in:
2023-03-19 16:51:40 +01:00
parent 3d0c21301f
commit fa3be9473d
5 changed files with 31 additions and 24 deletions

View File

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