diff --git a/commands/spongebob.js b/commands/spongebob.js index de4d8f8..3511e72 100644 --- a/commands/spongebob.js +++ b/commands/spongebob.js @@ -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}`)); } } \ No newline at end of file