diff --git a/src/structure/components/observers/GuildLogging.js b/src/structure/components/observers/GuildLogging.js index 3b3b424..401e1cc 100644 --- a/src/structure/components/observers/GuildLogging.js +++ b/src/structure/components/observers/GuildLogging.js @@ -648,7 +648,7 @@ class GuildLogger extends Observer { break; } } - if (field.value.length) { + if (field.value.trim().length) { embed.fields.push(field); field = { ...field, value: '' }; }