This commit is contained in:
Isaac 2021-03-23 23:50:50 +00:00
parent dfb3f1ca02
commit 8296aff28c

View File

@ -107,7 +107,6 @@ module.exports = class SettingsCommand extends Command {
roles: c.roles roles: c.roles
}; };
}); });
console.log(data)
let attachment = new MessageAttachment( let attachment = new MessageAttachment(
Buffer.from(JSON.stringify(data, null, 2)), Buffer.from(JSON.stringify(data, null, 2)),