Skip to content

Commit

Permalink
Update logging in info_ modal to display the complete new message object
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic-R committed Feb 9, 2025
1 parent d635619 commit ea1873f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modals/info_.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ module.exports = {
value: value,
});

console.log(newMessage.embeds[0].fields);
console.log(newMessage);

//edit the message
await message.edit({
Expand Down

0 comments on commit ea1873f

Please sign in to comment.