Removing redundant file.name

This commit is contained in:
= 2021-07-13 21:16:36 -04:00
parent 6e489068b5
commit 2715b7bb27
1 changed files with 1 additions and 1 deletions

View File

@ -16,6 +16,6 @@ module.exports = {
flipper = 0;
}
}
message.channel.send(functions.createTextEmbed({ content: newText }, message.author, `${file.name}.${file.extension}`));
message.channel.send(functions.createTextEmbed({ content: newText }, message.author, `.${file.extension}`));
}
}