From ab0f4b316d8c937defa8283adb278b1f05030324 Mon Sep 17 00:00:00 2001 From: = Date: Sun, 18 Jul 2021 21:25:53 -0400 Subject: [PATCH] Remove embed for spongebob text --- commands/spongebob.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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