Skip to content

Commit

Permalink
what is wrong with you
Browse files Browse the repository at this point in the history
  • Loading branch information
artifishvr committed Apr 17, 2024
1 parent 91d40d3 commit 1133c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ client.on("messageCreate", async message => {

if (message.reference) {
await message.fetchReference().then(async (reply) => {
formattedUserMessage += `> ${reply}\n${formattedUserMessage}`;
formattedUserMessage = `> ${reply}\n${formattedUserMessage}`;
});
};

Expand Down

0 comments on commit 1133c0b

Please sign in to comment.