From c1e10751e350419211bf8e7c8e7c2d22bec4c006 Mon Sep 17 00:00:00 2001 From: Matthew R Date: Sun, 27 Oct 2019 23:53:15 -0400 Subject: [PATCH] modlogs cmd fix --- src/commands/modlogs.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/commands/modlogs.ts b/src/commands/modlogs.ts index e893aa0..ae6e9f6 100644 --- a/src/commands/modlogs.ts +++ b/src/commands/modlogs.ts @@ -23,6 +23,8 @@ export default class Modlogs extends Command { const formatted = query.map((log) => { const { username, moderatorID, reason, type, date } = log; + this.client.signale.debug(log); + this.client.signale.debug(type); let name: string; if (type === 0) { name = 'Create';