Example #1
0
 public async Task RollSpecial(Globals.SpecialType special)
 {
     await ReplyAsync($"{await _rollService.GetSpRollAsync(Context.User, special)}  ({Context.User.Mention})");
 }