Uncommented success message

merge-requests/1/merge
Bsian 2019-10-29 19:51:52 +00:00
parent bac8ed4c7c
commit 988ca6a2f7
No known key found for this signature in database
GPG Key ID: 097FB9A291026091
1 changed files with 2 additions and 0 deletions

View File

@ -57,7 +57,9 @@ export default class Lock extends Command {
},
});
await moderation.save();
*/
edit.edit(`***${this.client.stores.emojis.success} Account ${account.username} has been locked by Supervisor ${message.author.username}#${message.author.discriminator}.***`);
/*
const embed = new RichEmbed();
embed.setTitle('Account Infraction | Lock');
embed.setColor(15158332);