More minor restructuring and cleanup. Most modules and submodules should be properly grouped now

This commit is contained in:
Kwoth
2022-01-02 04:31:54 +01:00
parent 25f249ab5e
commit 6322e0e077
8 changed files with 12 additions and 14 deletions

View File

@@ -71,7 +71,7 @@ public class VoteRewardService : INService, IReadyExecutor
}
catch (Exception ex)
{
Log.Error(ex, "Critical error loading top.gg vote rewards.");
Log.Error(ex, "Critical error loading top.gg vote rewards");
}
var discordsKey = _creds.Votes?.DiscordsKey;