コード例 #1
0
 public async Task Giveaway(string channel = null, string time = null, string winnersS = null, [Remainder] string item = null)
 {
     await modService.GiveawayAsync(Context, channel, time, winnersS, item);
 }