Skip to content

Commit

Permalink
Default message value to avoid crash
Browse files Browse the repository at this point in the history
  • Loading branch information
BluDood committed Nov 5, 2022
1 parent 0b16665 commit 1383b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/log.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ module.exports = (guild, type, info) => {
},
{
name: 'Message',
value: info.content
value: info.content || 'Unknown'
},
{
name: 'Channel',
Expand Down

0 comments on commit 1383b88

Please sign in to comment.