1
0
Fork 0

remove debug from modlogs

refactor/models
Matthew 2019-10-28 00:01:30 -04:00
parent 998229b494
commit 07001f5b6e
No known key found for this signature in database
GPG Key ID: 766BE43AE75F7559
1 changed files with 0 additions and 1 deletions

View File

@ -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);