removed unused variable

This commit is contained in:
SileNce5k 2021-02-14 18:59:34 +01:00
parent 18829b9afd
commit a3e54a01c1
No known key found for this signature in database
GPG key ID: C507260E7F2583AD

View file

@ -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(