diff options
Diffstat (limited to 'src/commands/server/quotemessage.ts')
| -rw-r--r-- | src/commands/server/quotemessage.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/server/quotemessage.ts b/src/commands/server/quotemessage.ts index 7dc2965..315c581 100644 --- a/src/commands/server/quotemessage.ts +++ b/src/commands/server/quotemessage.ts @@ -49,7 +49,7 @@ module.exports = class QuoteMessageServer extends Command { } ]) - // check if msg had content + // check if msg had content console.debug('Does the message have content:', Boolean(mMsg.content)) if (mMsg.content) emb.setDescription(tt(mMsg.content)) |