public async Task CheckCommand(SocketGuildUser user = null) { var result = _randomService.CheckUserIsBot(user); await ReplyAsync(result); }