my brain is shutting down as we speak

This commit is contained in:
Darien Rousseau 2023-09-04 16:10:18 -06:00
parent 887cb37ed8
commit a7e6ab5f36

View file

@ -843,7 +843,7 @@ client.on('messageCreate', async message => {
// Check if the message is the correct answer // Check if the message is the correct answer
if (message.content.toLowerCase() == wordScrambles[message.channel.id].word.toLowerCase()) { if (message.content.toLowerCase() == wordScrambles[message.channel.id].word.toLowerCase()) {
// Give the user a point // Give the user a point
await checkAndModifyPoints(message.author, ${wordScrambles[message.channel.id].amount}); await checkAndModifyPoints(message.author, wordScrambles[message.channel.id].amount);
// Send the message // Send the message
message.channel.send({ message.channel.send({
embeds: [{ embeds: [{