Exemplo n.º 1
0
 public async Task SendReaction(string reaction)
 {
     await reactionRepository.Send(new Models.Reactions {
         Reaction = reaction
     });
 }