🚑 code now working
This commit is contained in:
parent
02ad79ab69
commit
4794922caf
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ module.exports = async () => {
|
|||
const { Routes } = require('discord-api-types/v9');
|
||||
|
||||
const commands = [];
|
||||
const commandFiles = fs.readdirSync('./commands');
|
||||
const commandFiles = fs.readdirSync('./src/commands');
|
||||
|
||||
for (const file of commandFiles) {
|
||||
// eslint-disable-next-line import/no-dynamic-require, global-require
|
||||
|
|
Loading…
Add table
Reference in a new issue