Example #1
0
 public async Task Kick([CanModerateUser] IUser user, [Remainder] string reason = null)
 {
     await ReplyAsync(embed : await ModerationService.KickAsync(user, reason, Context));
 }