Skip to content

Commit

Permalink
learned how to wave
Browse files Browse the repository at this point in the history
  • Loading branch information
karhu1 committed Feb 3, 2023
1 parent 07f3208 commit cd58a1d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/commands/tools/wave.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ module.exports = {
fetchReply: true
});

const newMessage = `Wave at ${message.author.username}`;
const newMessage = `Wave at <@${interaction.user.id}>`;
console.log(interaction)
console.log(message)
await interaction.editReply({
content: newMessage
});
Expand Down

0 comments on commit cd58a1d

Please sign in to comment.