🆕 User service has GetUserReputationPointsAsync which gets the ReputationObject.
🆕 User service has GiveReputationAsync Which handles the database & cache logic for reputation now.
⚠️ Obsolete DiscordExtensions.GetUserAsync(...), Use e.GetGuild().FindUserAsync(...) instead.
⚠️ UserService.UpdateUserAsync and UserService.SaveAsync are both obsoleted due to it not abstracting the repository away.
⚙️ Added a base EntityTestBase that gets MikiDbContext by default
🆕 User service has
GetUserReputationPointsAsync
which gets the ReputationObject. 🆕 User service hasGiveReputationAsync
Which handles the database & cache logic for reputation now.⚠️ Obsolete DiscordExtensions.GetUserAsync(...), Use e.GetGuild().FindUserAsync(...) instead. ⚠️ UserService.UpdateUserAsync and UserService.SaveAsync are both obsoleted due to it not abstracting the repository away.
⚙️ Added a base EntityTestBase that gets MikiDbContext by default