Update perms

merge-requests/4/head
Bsian 2020-01-03 15:15:30 +00:00
parent 72655080bb
commit 0a4be74bc2
No known key found for this signature in database
GPG Key ID: 097FB9A291026091
7 changed files with 8 additions and 8 deletions

View File

@ -9,7 +9,7 @@ export default class Announce extends Command {
this.description = 'Sends an announcement to all active terminals';
this.usage = `${this.client.config.prefix}announce Hi there! | ${this.client.config.prefix}announce -e EMERGENCY!`;
this.aliases = ['ann'];
this.permissions = { roles: ['475817826251440128', '525441307037007902'] };
this.permissions = { roles: ['662163685439045632'] };
this.enabled = true;
}

View File

@ -10,7 +10,7 @@ export default class CreateAccount extends Command {
this.description = 'Create an account on the Cloud VM';
this.usage = `${this.client.config.prefix}createaccount [User ID] [Email] [Account name]`;
this.aliases = ['createacc', 'cacc', 'caccount', 'create'];
this.permissions = { roles: ['475817826251440128', '525441307037007902'] };
this.permissions = { roles: ['662163685439045632'] };
this.enabled = true;
}

View File

@ -10,7 +10,7 @@ export default class DeleteAccount extends Command {
this.description = 'Delete an account on the Cloud VM';
this.usage = `${this.client.config.prefix}deleteaccount [User Name | User ID | Email Address] [Reason]`;
this.aliases = ['deleteacc', 'dacc', 'daccount', 'delete'];
this.permissions = { roles: ['475817826251440128', '525441307037007902'] };
this.permissions = { roles: ['662163685439045632'] };
this.guildOnly = true;
this.enabled = true;
}
@ -48,7 +48,7 @@ export default class DeleteAccount extends Command {
subject: 'Your account has been deleted',
html: `
<h1>Library of Code | Cloud Services</h1>
<p>Your Cloud Account has been deleted by our Engineers. There is no way to recover your files and this decision cannot be appealed. We're sorry to see you go.</p>
<p>Your Cloud Account has been deleted by our Engineers. If your account was deleted due to infractions, this will not be appealable. We're sorry to see you go.</p>
<p><b>Reason:</b> ${reason}</p>
<p><b>Engineer:</b> ${message.author.username}</p>

View File

@ -8,7 +8,7 @@ export default class Lock extends Command {
super(client);
this.name = 'lock';
this.description = 'Locks an account.';
this.permissions = { roles: ['455972169449734144', '643619219988152321'] };
this.permissions = { roles: ['455972169449734144', '662163685439045632'] };
this.enabled = true;
}

View File

@ -10,7 +10,7 @@ export default class ResetPassword extends Command {
this.description = 'Reset a cloud account password';
this.aliases = ['resetpasswd', 'resetpw'];
this.usage = `${this.client.config.prefix}resetpassword [Username | User ID | Email]`;
this.permissions = { roles: ['525441307037007902', '475817826251440128'] };
this.permissions = { roles: ['662163685439045632'] };
this.enabled = true;
}

View File

@ -10,7 +10,7 @@ export default class Unban extends Command {
this.description = 'Unban an IP from Cloud/NGINX';
this.aliases = ['unbanip'];
this.usage = `${this.client.config.prefix}unban [service] [ip]`;
this.permissions = { roles: ['455972169449734144', '643619219988152321'] };
this.permissions = { roles: ['455972169449734144', '662163685439045632'] };
this.enabled = true;
}

View File

@ -7,7 +7,7 @@ export default class Unlock extends Command {
super(client);
this.name = 'unlock';
this.description = 'Unlocks an account.';
this.permissions = { roles: ['455972169449734144', '643619219988152321'] };
this.permissions = { roles: ['455972169449734144', '662163685439045632'] };
this.enabled = true;
}