From 07001f5b6ee610f2272e35163bc72d11776e0722 Mon Sep 17 00:00:00 2001 From: Matthew R Date: Mon, 28 Oct 2019 00:01:30 -0400 Subject: [PATCH] remove debug from modlogs --- src/commands/modlogs.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/commands/modlogs.ts b/src/commands/modlogs.ts index 227b5c9..ad3f03b 100644 --- a/src/commands/modlogs.ts +++ b/src/commands/modlogs.ts @@ -49,7 +49,6 @@ export default class Modlogs extends Command { embed.setAuthor('Library of Code | Cloud Services', this.client.user.avatarURL, 'https://libraryofcode.org/'); embed.setTitle('Cloud Modlogs/Infractions'); embed.setFooter(`Requested by ${message.author.username}#${message.author.discriminator}`, message.author.avatarURL); - this.client.signale.debug(l); l.forEach((f) => embed.addField(f.name, f.value, f.inline)); embed.setTimestamp(); embed.setColor(3447003);