diff --git a/utils/log.js b/utils/log.js index 90e1f33..bcb0bdb 100644 --- a/utils/log.js +++ b/utils/log.js @@ -49,7 +49,7 @@ module.exports = (guild, type, info) => { }, { name: 'Message', - value: info.content + value: info.content || 'Unknown' }, { name: 'Channel',