fixed problem regarding config variable names

This commit is contained in:
2023-03-16 12:06:14 +01:00
parent 6448ecf7f5
commit 393918139a
4 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ module.exports = {
const { REST } = require('@discordjs/rest');
const { Routes } = require('discord-api-types/v10');
const token = config.token
const token = mainconfig.token
const commandsList = []