bot
bot copied to clipboard
Sync as much as possible instead of aborting on first sight of an error
Right now, when syncing user or guilds, if there is an API error, the entire sync will abort. Instead, the sync should log the error and continue syncing the rest of the users.
As a bonus, it'd be nice if the sync command would display how many failed and how many succeeded out of the total.
Stalled until #1151 is merged, which will simplify this implementation.