Remove embed for spongebob text

This commit is contained in:
= 2021-07-18 21:25:53 -04:00
parent 4c0219d540
commit ab0f4b316d
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.extension}`));
message.channel.send(`@${message.author.username}: ${newText}`);
}
}