mirror of
https://github.com/LBRYFoundation/curate.git
synced 2025-08-23 17:37:25 +00:00
Hotfix typo again
This commit is contained in:
parent
1a7fd55bc5
commit
58a5cd1995
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ module.exports = class Sync extends Command {
|
||||||
}; }
|
}; }
|
||||||
|
|
||||||
async exec(message) {
|
async exec(message) {
|
||||||
const synced = Util.LBRY.syncPairs(this.client);
|
const synced = await Util.LBRY.syncPairs(this.client);
|
||||||
return message.channel.createMessage(`Synced ${synced} new pairs.`);
|
return message.channel.createMessage(`Synced ${synced} new pairs.`);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue