diff --git a/src/commands/cwg_delete.ts b/src/commands/cwg_delete.ts index 12cc9a7..fe42c4d 100644 --- a/src/commands/cwg_delete.ts +++ b/src/commands/cwg_delete.ts @@ -7,9 +7,9 @@ export default class CWG_Delete extends Command { constructor(client: Client) { super(client); this.name = 'delete'; - this.description = 'Unbind a domain to the CWG'; + this.description = 'Unbind a domain from the CWG'; this.usage = `${this.client.config.prefix}cwg delete [Domain | Port]`; - this.permissions = { roles: ['662163685439045632'] }; + this.permissions = { roles: ['662163685439045632', '701454780828221450'] }; this.aliases = ['unbind']; this.enabled = true; }