mirror of
https://github.com/LBRYFoundation/curate.git
synced 2025-08-23 09:27:24 +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? *(${
|
||||
supportsCount.toLocaleString()} support[s])*`
|
||||
})) return;
|
||||
const response = await Util.LBRY.abandonAllClaims(this.client, account.accountID);
|
||||
if (await this.handleResponse(message, response)) return;
|
||||
await Util.LBRY.abandonAllClaims(this.client, account.accountID);
|
||||
return message.channel.createMessage('Abandoned all claims.');
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue