removed unused variable
This commit is contained in:
parent
18829b9afd
commit
a3e54a01c1
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ module.exports = {
|
||||||
|
|
||||||
for (const file of commandFiles) {
|
for (const file of commandFiles) {
|
||||||
const command = require(`./${file}`);
|
const command = require(`./${file}`);
|
||||||
str += `Name: ${command.name}, Description: ${command.description} \n`;
|
|
||||||
|
|
||||||
|
|
||||||
embed.addFields(
|
embed.addFields(
|
||||||
|
|
Loading…
Add table
Reference in a new issue