diff --git a/src/commands/lock.ts b/src/commands/lock.ts index 7310046..3d460b9 100644 --- a/src/commands/lock.ts +++ b/src/commands/lock.ts @@ -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);