private async Task OnReactionAddedAsync(Cacheable <IUserMessage, ulong> message, ISocketMessageChannel channel, SocketReaction reaction) { InternalStatistics.IncrementEvent("ReactionAdded"); EmoteStats.IncrementFromReaction(reaction); await PaginationService.HandleReactionAsync(reaction); UserService.IncrementReaction(reaction); }
private async Task OnReactionAddedAsync(Cacheable <IUserMessage, ulong> message, ISocketMessageChannel channel, SocketReaction reaction) { CalledEventStats.Increment("ReactionAdded"); await EmoteStats.IncrementFromReaction(reaction).ConfigureAwait(false); }