merge-requests/1/merge
Matthew 2019-10-27 23:42:08 -04:00
parent 661beb37b2
commit 7def0455cf
No known key found for this signature in database
GPG Key ID: 766BE43AE75F7559
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ export default class Unlock extends Command {
await moderation.save();
edit.edit(`***${this.client.stores.emojis.success} Account ${account.username} has been unlocked by Supervisor ${message.author.username}#${message.author.discriminator}.***`);
const embed = new RichEmbed();
embed.setTitle('Account Infraction | UnLock');
embed.setTitle('Account Infraction | Unlock');
embed.setColor(15158332);
embed.addField('User', `${account.username} | <@${account.userID}>`, true);
embed.addField('Supervisor', `<@${message.author.id}>`, true);