diff --git a/commands/spongebob.js b/commands/spongebob.js index 3511e72..48645c7 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.extension}`)); + message.channel.send(`@${message.author.username}: ${newText}`); } } \ No newline at end of file