forked from engineering/cloudservices
Uncommented success message
parent
bac8ed4c7c
commit
988ca6a2f7
|
@ -57,7 +57,9 @@ export default class Lock extends Command {
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
await moderation.save();
|
await moderation.save();
|
||||||
|
*/
|
||||||
edit.edit(`***${this.client.stores.emojis.success} Account ${account.username} has been locked by Supervisor ${message.author.username}#${message.author.discriminator}.***`);
|
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();
|
const embed = new RichEmbed();
|
||||||
embed.setTitle('Account Infraction | Lock');
|
embed.setTitle('Account Infraction | Lock');
|
||||||
embed.setColor(15158332);
|
embed.setColor(15158332);
|
||||||
|
|
Loading…
Reference in New Issue