mirror of
https://github.com/LBRYFoundation/curate.git
synced 2025-08-23 17:37:25 +00:00
Hotfix abandonall
This commit is contained in:
parent
93b937dce7
commit
44fcbe589f
1 changed files with 1 additions and 2 deletions
|
@ -28,8 +28,7 @@ module.exports = class AbaondonAll extends Command {
|
||||||
`Are you sure you want to abandon all supports from that account? *(${
|
`Are you sure you want to abandon all supports from that account? *(${
|
||||||
supportsCount.toLocaleString()} support[s])*`
|
supportsCount.toLocaleString()} support[s])*`
|
||||||
})) return;
|
})) return;
|
||||||
const response = await Util.LBRY.abandonAllClaims(this.client, account.accountID);
|
await Util.LBRY.abandonAllClaims(this.client, account.accountID);
|
||||||
if (await this.handleResponse(message, response)) return;
|
|
||||||
return message.channel.createMessage('Abandoned all claims.');
|
return message.channel.createMessage('Abandoned all claims.');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue